MapIcon.Location プロパティ

定義

上のアイコンの地理的な場所を取得または設定します MapControl

public:
 property Geopoint ^ Location { Geopoint ^ get(); void set(Geopoint ^ value); };
Geopoint Location();

void Location(Geopoint value);
public Geopoint Location { get; set; }
var geopoint = mapIcon.location;
mapIcon.location = geopoint;
Public Property Location As Geopoint

プロパティ値

上のアイコン MapControlの地理的な場所。 既定値は、null です。

適用対象