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