MapInputEventArgs
MapInputEventArgs
MapInputEventArgs
MapInputEventArgs
Class
Definition
Provides data about user input for the MapTapped, MapDoubleTapped, and MapHolding events of the MapControl.
public : sealed class MapInputEventArgs : DependencyObject, IMapInputEventArgspublic sealed class MapInputEventArgs : DependencyObject, IMapInputEventArgsPublic NotInheritable Class MapInputEventArgs Inherits DependencyObject Implements IMapInputEventArgs// This API is not available in Javascript.
- Inheritance
-
MapInputEventArgsMapInputEventArgsMapInputEventArgsMapInputEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)
GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)
ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
Inherited properties
Constructors
MapInputEventArgs() MapInputEventArgs() MapInputEventArgs() MapInputEventArgs()
Initializes a new instance of the MapInputEventArgs class.
public : MapInputEventArgs()public MapInputEventArgs()Public Sub New()// This API is not available in Javascript.
- See Also
Properties
Location Location Location Location
Gets the geographic location on the MapControl that received user input.
public : Geopoint Location { get; }public Geopoint Location { get; }Public ReadOnly Property Location As Geopoint// This API is not available in Javascript.
The geographic location on the MapControl that received user input.
- See Also
Position Position Position Position
Gets the physical location on the MapControl that received user input.
public : Point Position { get; }public Point Position { get; }Public ReadOnly Property Position As Point// This API is not available in Javascript.
The physical location on the MapControl that received user input.
- See Also