MapElementPointerEnteredEventArgs MapElementPointerEnteredEventArgs MapElementPointerEnteredEventArgs MapElementPointerEnteredEventArgs Class

Definition

Provides data for the MapElementPointerEntered event.

public : sealed class MapElementPointerEnteredEventArgs : IMapElementPointerEnteredEventArgspublic sealed class MapElementPointerEnteredEventArgs : IMapElementPointerEnteredEventArgsPublic NotInheritable Class MapElementPointerEnteredEventArgs Implements IMapElementPointerEnteredEventArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

MapElementPointerEnteredEventArgs() MapElementPointerEnteredEventArgs() MapElementPointerEnteredEventArgs() MapElementPointerEnteredEventArgs()

Initializes a new instance of the MapElementPointerEnteredEventArgs class.

public : MapElementPointerEnteredEventArgs()public MapElementPointerEnteredEventArgs()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.

MapElement MapElement MapElement MapElement

Gets the map element that correspond to where the MapControl received user input.

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

The map element that correspond 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.