MapElementsLayerPointerExitedEventArgs.Location Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.