CloudRoutingServiceAreaResult¶
Namespace: ThinkGeo.Core
A class that represents the result of ServiceArea.
public class CloudRoutingServiceAreaResult
Inheritance Object → CloudRoutingServiceAreaResult
Properties¶
Waypoint¶
The waypoint object shows the coordiante snapped to the road network.
public CloudRoutingWaypoint Waypoint { get; set; }
Property Value¶
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¶
Constructors¶
CloudRoutingServiceAreaResult()¶
public CloudRoutingServiceAreaResult()