共用方式為


MapElementsLayerContextRequestedEventArgs.Location 屬性

定義

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

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

屬性值

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

備註

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

適用於