MapElementsLayerContextRequestedEventArgs.Location 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取上下文输入手势的地图层上的地理位置,例如右键单击。
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 属性。