MapContextRequestedEventArgs.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 a geolocation on the map of a context input gesture, such as a right-click.
public:
property Geopoint ^ Location { Geopoint ^ get(); };
Geopoint Location();
public Geopoint Location { get; }
var geopoint = mapContextRequestedEventArgs.location;
Public ReadOnly Property Location As Geopoint
Property Value
The geolocation on the map 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 of a context input gesture, use the Position property.