EnhancedWaypoint.Point 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 coordinates of a geographic location.
public:
property Geopoint ^ Point { Geopoint ^ get(); };
Geopoint Point();
public Geopoint Point { get; }
var geopoint = enhancedWaypoint.point;
Public ReadOnly Property Point As Geopoint
Property Value
The coordinates of a geographic location.