CloudRoutingRouteResult¶
Namespace: ThinkGeo.Core
A class that represents the routes between the specified waypoints.
public class CloudRoutingRouteResult
Inheritance Object → CloudRoutingRouteResult
Properties¶
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; }
Property Value¶
Collection<CloudRoutingWaypoint>
Routes¶
An array of routes, following the sequence of the input coordinates.
public Collection<CloudRoutingRoute> Routes { get; set; }
Property Value¶
Constructors¶
CloudRoutingRouteResult()¶
public CloudRoutingRouteResult()