MapRightTappedEventArgs MapRightTappedEventArgs MapRightTappedEventArgs MapRightTappedEventArgs Class

Definition

Provides data for the MapRightTapped event.

public : sealed class MapRightTappedEventArgs : IMapRightTappedEventArgspublic sealed class MapRightTappedEventArgs : IMapRightTappedEventArgsPublic NotInheritable Class MapRightTappedEventArgs Implements IMapRightTappedEventArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

Constructors

MapRightTappedEventArgs() MapRightTappedEventArgs() MapRightTappedEventArgs() MapRightTappedEventArgs()

Initializes a new instance of the MapRightTappedEventArgs class.

public : MapRightTappedEventArgs()public MapRightTappedEventArgs()Public Sub New()// This API is not available in Javascript.

Properties

Location Location Location Location

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

public : Geopoint Location { get; }public Geopoint Location { get; }Public ReadOnly Property Location As Geopoint// This API is not available in Javascript.
Value
Geopoint Geopoint Geopoint Geopoint

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

Position Position Position Position

Gets the physical position on the MapControl where it received user input.

public : Point Position { get; }public Point Position { get; }Public ReadOnly Property Position As Point// This API is not available in Javascript.
Value
Point Point Point Point

The physical position on the MapControl where it received user input, in terms of X and Y coordinates.