MapClickedEventArgs(Location) Constructor
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.
Initializes a new instance of the MapClickedEventArgs class with a location.
public:
MapClickedEventArgs(Microsoft::Maui::Devices::Sensors::Location ^ location);
public MapClickedEventArgs(Microsoft.Maui.Devices.Sensors.Location location);
new Microsoft.Maui.Controls.Maps.MapClickedEventArgs : Microsoft.Maui.Devices.Sensors.Location -> Microsoft.Maui.Controls.Maps.MapClickedEventArgs
Public Sub New (location As Location)
Parameters
- location
- Location
The location data associated with this event.