Stop
A class that represents a location to be visited along a route. The Stop class contains location inputs for the Route_task. The Route_task will create a route between two or more Stops. A Stop object is not an arbitrary bag of properties, but contains only the properties needed for routing (for example, a Stop object does not have address information). Stop objects are collected into a MutableListImpl by value, and passed as an input to RouteTask.
The stop class is derived from the graphic class.
Since
200.1.0
See also
Constructors
Properties
Arrival curb approach.
Arrival time.
Time zone shift for arrival time, in minutes.
Curb approach.
Current bearing in degrees. Current bearing in degrees, measured clockwise from true north. Typical values are 0 to 360 or NaN, negative values will be subtracted from 360 (e.g. -15 => 345), values greater than 360 will be have 360 subtracted from them (e.g. 385 => 25). For this property to be used the bearing tolerance also has to be set.
Current bearing tolerance in degrees. Valid values are 0 to 180 or NaN.
Departure curb approach.
Departure time.
Time zone shift for departure time, in minutes.
Distance to network location in meters.
Location status.
Navigation latency in seconds.
Navigation speed in meters per second.
Network location. A null for resetting a network location.
Stop's type. Default value that will be returned on error is StopType.Stop.
Time window end.
Time window start.
Violation time in minutes.
Functions
Gets added cost attribute value. In case when attribute's name can not be found 0.0 will be returned.
Gets cumulative cost attribute value. In case when attribute's name can not be found 0.0 will be returned.
Sets added cost.