Share via


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 上の地理的な場所。

適用対象

こちらもご覧ください