GeoBlazor Pro


layout: pro title: RouteStop parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

RouteStop Class

A stop represents the start, end, or midpoint of a route in RouteLayer or RouteParameters.
ArcGIS SDK for JavaScript

public class RouteStop

Inheritance System.Object 🡒 RouteStop

Properties

RouteStop.ArriveTime Property

The date and time value indicating the arrival time at the stop.

public System.Nullable<System.DateTime> ArriveTime { get; set; }

Property Value

System.Nullable<System.DateTime>

RouteStop.ArriveTimeOffset Property

The local time offset (in minutes) for the arrival time.

public System.Nullable<double> ArriveTimeOffset { get; set; }

Property Value

System.Nullable<System.Double>

RouteStop.CurbApproach Property

Specify the direction a vehicle may arrive at and depart from the stop.

public System.Nullable<dymaptic.GeoBlazor.Pro.Model.StopCurbApproach> CurbApproach { get; set; }

Property Value

System.Nullable<StopCurbApproach>

RouteStop.DepartTime Property

The date and time value indicating the departure time from the stop.

public System.Nullable<System.DateTime> DepartTime { get; set; }

Property Value

System.Nullable<System.DateTime>

RouteStop.DepartTimeOffset Property

The local time offset (in minutes) for the departure time.

public System.Nullable<double> DepartTimeOffset { get; set; }

Property Value

System.Nullable<System.Double>

RouteStop.Geometry Property

The point location of the stop.

public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Geometry { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.Geometries.Point

RouteStop.LocationType Property

The type of stop.

public System.Nullable<dymaptic.GeoBlazor.Pro.Model.StopLocationType> LocationType { get; set; }

Property Value

System.Nullable<StopLocationType>

RouteStop.Name Property

The name of the stop. The name is used in the driving directions. If the name is not specified, a unique name prefixed with Location is automatically generated in the output stops, routes, and directions.

public string? Name { get; set; }

Property Value

System.String

RouteStop.Sequence Property

If the findBestSequence parameter is set to false, the output routes will visit the stops in the order you specify with this attribute. In a group of stops that have the same RouteName value, the sequence number should be greater than 0 but not greater than the total number of stops. Also, the sequence number should not be duplicated.

public System.Nullable<int> Sequence { get; set; }

Property Value

System.Nullable<System.Int32>

RouteStop.Status Property

Indicates the status of the point with respect to its location on the network and the outcome of the analysis.

public System.Nullable<dymaptic.GeoBlazor.Pro.Model.StopStatus> Status { get; set; }

Property Value

System.Nullable<StopStatus>

RouteStop.TimeWindowEnd Property

The latest time the route can visit the stop. The values for this field are copied from the TimeWindowEnd field on the input stops.

public System.Nullable<System.DateTime> TimeWindowEnd { get; set; }

Property Value

System.Nullable<System.DateTime>

RouteStop.TimeWindowStart Property

The earliest time the route can visit the stop. The values for this field are copied from the TimeWindowStart field on the input stops.

public System.Nullable<System.DateTime> TimeWindowStart { get; set; }

Property Value

System.Nullable<System.DateTime>