Share via


MapElementsLayerClickEventArgs.Location 属性

定义

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

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

属性值

对应于 MapElementsLayer 接收用户输入的位置的地理位置。

适用于