MapElementsLayerPointerExitedEventArgs.Location Property

Definition

Gets the geographic location that corresponds to where the MapElementsLayer received user input.

public:
 property Geopoint ^ Location { Geopoint ^ get(); };
Geopoint Location();
public Geopoint Location { get; }
var geopoint = mapElementsLayerPointerExitedEventArgs.location;
Public ReadOnly Property Location As Geopoint

Property Value

The geographic location that corresponds to where the MapElementsLayer received user input.

Applies to