Waypoint Properties |
The Waypoint type exposes the following members.
Name | Description | |
---|---|---|
Approaches |
List of AccessPaths that can be used to approach this route stop.
(Inherited from RouteStop.) | |
AverageTime |
Average time spent at this stop.
(Inherited from RouteStop.) | |
Departures |
List of AccessPaths that can be used to depart from this route stop.
(Inherited from RouteStop.) | |
Description |
Description of the stop. See remarks.
(Inherited from RouteStop.) | |
DrawHandle |
Set to true to display a handle on the RouteStop icon. The handle allows the
user to rotate the heading of the stop.
(Inherited from RouteStop.) | |
End |
If true this stop is the end point for the route.
See Start for more details.
(Inherited from RouteStop.) | |
Heading |
The heading for this route stop. This value will be used to choose which street this
RouteStop belongs on - GeoBase will try to route to a street that is aligned with
this heading. For example, this can be used to avoid accidentally routing from a
cross street. If this value is float.NaN, then this behavior will be ignored.
(Inherited from RouteStop.) | |
IconNumber |
Sets the type of icon displayed for the stop.
(Inherited from RouteStop.) | |
IdlePenalty |
Used to specify a penalty for the idle time. When set, this value is
used as the penalty for a TooEarly violation during Route Optimization i.e., the
waiting time at the stop.
(Inherited from RouteStop.) | |
IgnitionOn | Obsolete.
Whether the unit's ignition was on when it was at this stop in the
route history. Used when calculating a route highlight.
(Inherited from RouteStop.) | |
Location |
Location of the stop point, as a LatLon.
(Inherited from RouteStop.) | |
MapMouseEventsHandler |
Gets the MapMouseEventsHandler for this RouteStop.
(Inherited from RouteStop.) | |
Penalty |
Represents a penalty incurred for missing the alloted window. The penalty must be
greater than or equal to zero. A value of -1 indicates that the penalty has not been set.
(Inherited from RouteStop.) | |
RenderBrush |
A Brush used to color this stop.
(Inherited from RouteStop.) | |
RenderSize |
Gets the render Size used for this stop.
(Inherited from RouteStop.) | |
RequiredRendermodes |
Gets the RenderMode required by this RouteStop.
(Inherited from RouteStop.) | |
RoadIntersection |
Point where you enter or exit the street network to get to this stop.
(Inherited from RouteStop.) | |
Speed |
Gets or sets the speed when at or passing the RouteStop.
(Inherited from RouteStop.) | |
Start |
If true this stop is the start point for the route.
(Inherited from RouteStop.) | |
StopNumber |
The Number of this stop. Set by the routing engine.
(Inherited from RouteStop.) | |
Tag |
For external use - set to whatever you like.
(Inherited from RouteStop.) | |
TimeSincePreviousStop |
Time in seconds since the unit was at the previous stop in the
route history. Used when calculating a route highlight. If this
value is too small, the routing engine will fail to query
an area that is sufficiently large in size.
(Inherited from RouteStop.) | |
WindowEnd |
Latest delivery time.
(Inherited from RouteStop.) | |
WindowStart |
Earliest delivery time.
(Inherited from RouteStop.) |