MapClickedEventArgs(Location) Constructor

Definition

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.

Applies to