Class Stop
A class that represents a location to be visited along a route.
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class Stop
Remarks
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).
Constructors
Name | Description |
---|---|
Stop(Map |
Initializes a new instance of the Stop class. |
Properties
Name | Description |
---|---|
Arrival |
Gets arrival curb approach. |
Arrival |
Gets the stop's arrival time in UTC. |
Arrival |
Gets the time-zone shift for arrival time for this stop. |
Curb |
Gets or sets curb approach. |
Current |
Gets or sets current bearing in degrees. |
Current |
Gets or sets the current bearing tolerance in degrees. Valid values are 0 to 180. |
Departure |
Gets departure curb approach. |
Departure |
Gets the stop's departure time in UTC. |
Departure |
Gets the time-zone shift for departure time for this stop. |
Distance |
Gets distance to network location in meters. |
Geometry | Gets the stop's point geometry. |
Location |
Gets location status. |
Name | Gets or sets the stop name. |
Navigation |
Gets or sets the navigation latency in seconds. |
Navigation |
Gets or sets the navigation speed in meters per second. |
Network |
Gets or sets the network location. |
Route |
Gets or sets the route name. |
Sequence | Gets sequence. |
Stop |
Gets or sets the stop ID. |
Stop |
Gets or sets stop's type. |
Time |
Gets or sets time window end in UTC. |
Time |
Gets or sets time window start in UTC. |
Violation |
Gets violation time. |
Wait |
Gets wait time. |
Methods
Name | Description |
---|---|
Get |
Gets added cost. |
Get |
Gets the cumulative cost attribute value. |
Set |
Sets added cost. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |