Table of Contents

Class CloudRoutingRouteResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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

Collection<CloudRoutingRoute>

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>