Freigeben über


MapIcon.Location Eigenschaft

Definition

Ruft den geografischen Standort des MapIcon im MapControl ab oder legt diese fest. Der Standort ist der geografische Standort im MapControl , an dem der NormalizedAnchorPoint des MapIcon positioniert ist.

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

Eigenschaftswert

Die geografische Position des MapIcon im MapControl.

Hinweise

Wenn Sie ein Alititude- und AltitudeReferenceSystem in 3D-Ansichten bereitstellen, werden MapIcon-Elemente, die dem MapControl hinzugefügt werden, unterirdisch platziert oder im Raum schwebend.

Gilt für:

Weitere Informationen