共用方式為


MapContextRequestedEventArgs.Location 屬性

定義

取得內容輸入手勢地圖上的地理位置,例如按一下滑鼠右鍵。

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

屬性值

內容輸入手勢地圖上的地理位置,例如按一下滑鼠右鍵。

備註

若要取得定義內容輸入筆勢地圖點的 x 和 Y 座標值,請使用 Position 屬性。

適用於