MapRouteManeuver.StartingPoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.