共用方式為


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上接收使用者輸入的地理位置。

適用於

另請參閱