CloudRoutingWaypoint¶
Namespace: ThinkGeo.Core
Represents the result of snapping to road.
public class CloudRoutingWaypoint
Inheritance Object → CloudRoutingWaypoint
Properties¶
Coordinate¶
The nearest routable point.
public Vertex Coordinate { get; set; }
Property Value¶
SnappedDistance¶
The distance between the specified coordinate and the nearest routable point.
public float SnappedDistance { get; set; }
Property Value¶
Constructors¶
CloudRoutingWaypoint()¶
public CloudRoutingWaypoint()