Class CloudRoutingWaypoint
Represents the result of snapping to road.
[Obfuscation(Exclude = true)]
public class CloudRoutingWaypoint
- Inheritance
-
CloudRoutingWaypoint
- Inherited Members
Constructors
CloudRoutingWaypoint()
public 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; }