共用方式為


MapLocation.Point 屬性

定義

取得地理位置的座標。

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

屬性值

地理位置的座標。

適用於

另請參閱