Skip to content

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

Collection<CloudRoutingRoute>

Constructors

CloudRoutingRouteResult()

public CloudRoutingRouteResult()