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
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.
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.