次の方法で共有


MapIcon.Location プロパティ

定義

MapControl 上の MapIcon の地理的な場所を取得または設定します。 場所は、 MapIconNormalizedAnchorPoint が配置されている 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 上の MapIcon の地理的な場所。

注釈

3D ビューで Alititude と AltitudeReferenceSystem を指定すると、MapControl に追加された MapIcon 要素は、最終的に地下に配置されるか、空間に浮かびます。

適用対象

こちらもご覧ください