MapLocation.Point Eigenschaft

Definition

Ruft die Koordinaten eines geografischen Standorts ab.

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

Eigenschaftswert

Die Koordinaten eines geografischen Standorts.

Gilt für:

Weitere Informationen