Share via


MapElementClickEventArgs.Location 屬性

定義

取得對應接收使用者輸入位置的地理位置。

public:
 property Geopoint ^ Location { Geopoint ^ get(); };
Geopoint Location();
public Geopoint Location { get; }
var geopoint = mapElementClickEventArgs.location;
Public ReadOnly Property Location As Geopoint

屬性值

對應至地圖接收使用者輸入位置的地理位置。

適用於