Skip to content

CloudRoutingWaypoint

Namespace: ThinkGeo.Core

Represents the result of snapping to road.

public class CloudRoutingWaypoint

Inheritance ObjectCloudRoutingWaypoint

Properties

Coordinate

The nearest routable point.

public Vertex Coordinate { get; set; }

Property Value

Vertex

SnappedDistance

The distance between the specified coordinate and the nearest routable point.

public float SnappedDistance { get; set; }

Property Value

Single

Constructors

CloudRoutingWaypoint()

public CloudRoutingWaypoint()