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 属性。

适用于