Skip to content

CloudRoutingServiceAreaResult

Namespace: ThinkGeo.Core

A class that represents the result of ServiceArea.

public class CloudRoutingServiceAreaResult

Inheritance ObjectCloudRoutingServiceAreaResult

Properties

Waypoint

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

public CloudRoutingWaypoint Waypoint { get; set; }

Property Value

CloudRoutingWaypoint

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>

Constructors

CloudRoutingServiceAreaResult()

public CloudRoutingServiceAreaResult()