MapBillboard.Location Property

Definition

Gets or sets the geographic location of the MapBillboard on the MapControl. The location is the geographic location on the MapControl at which the NormalizedAnchorPoint of the MapBillboard is positioned.

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

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

Property Value

The geographic location of the MapBillboard on the MapControl.

Remarks

If you provide an altitude and altitude reference system in 3D views, then MapBillboard elements added to the MapControl end up being placed underground or floating in space.

Applies to