MapInputEventArgs.Location 属性

定义

获取 MapControl 上接收用户输入的地理位置。

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

属性值

MapControl 上接收用户输入的地理位置。

适用于

另请参阅