Share via


MapElementClickEventArgs.Location 属性

定义

获取对应于 MapControl 接收用户输入的位置的地理位置。

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

属性值

MapControl 接收用户输入的位置相对应的地理位置。

适用于