MapLocation.Point Property

Definition

Gets the coordinates of a geographic location.

public:
 property Geopoint ^ Point { Geopoint ^ get(); };
Geopoint Point();
public Geopoint Point { get; }
var geopoint = mapLocation.point;
Public ReadOnly Property Point As Geopoint

Property Value

The coordinates of a geographic location.

Applies to

See also