Class CloudRoutingRouteResult
A class that represents the routes between the specified waypoints.
[Obfuscation(Exclude = true)]
public class CloudRoutingRouteResult
- Inheritance
-
CloudRoutingRouteResult
- Inherited Members
Constructors
CloudRoutingRouteResult()
public CloudRoutingRouteResult()
Properties
Routes
An array of routes, following the sequence of the input coordinates.
public Collection<CloudRoutingRoute> Routes { get; set; }
Property Value
Waypoints
An array of waypoints, following the sequence of the input coordinates. Each waypoint is an input coordinate snapped to the road network.
public Collection<CloudRoutingWaypoint> Waypoints { get; set; }