Table of Contents

Class CloudRoutingServiceAreaResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

A class that represents the result of ServiceArea.

[Obfuscation(Exclude = true)]
public class CloudRoutingServiceAreaResult
Inheritance
CloudRoutingServiceAreaResult
Inherited Members

Constructors

CloudRoutingServiceAreaResult()

public CloudRoutingServiceAreaResult()

Properties

ServiceAreas

A "Polygon Collection" or "LineString Collection" in WellKnownText(WKT) format, presents the accessible areas within the specified traveling time or distance from the specific coordinate.

public Collection<BaseShape> ServiceAreas { get; set; }

Property Value

Collection<BaseShape>

Waypoint

The waypoint object shows the coordiante snapped to the road network.

public CloudRoutingWaypoint Waypoint { get; set; }

Property Value

CloudRoutingWaypoint