MapRouteManeuver.StartingPoint Property

Definition

Gets the location where the maneuver starts.

public:
 property Geopoint ^ StartingPoint { Geopoint ^ get(); };
Geopoint StartingPoint();
public Geopoint StartingPoint { get; }
var geopoint = mapRouteManeuver.startingPoint;
Public ReadOnly Property StartingPoint As Geopoint

Property Value

The location where the maneuver starts.

Applies to

See also