Table of Contents

Class CloudRoutingWaypoint

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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

Vertex

SnappedDistance

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

public float SnappedDistance { get; set; }

Property Value

float