Share via


MapElementsLayerContextRequestedEventArgs.Location Property

Definition

Gets a geolocation on the map layer of a context input gesture, such as a right-click.

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

Property Value

The geolocation on the map layer of a context input gesture, such as a right-click.

Remarks

To get the x- and y-coordinate values that define the point on the map layer of a context input gesture, use the Position property.

Applies to