IMap.LongClicked(Location) Method

Definition

Method called by the handler when user long-presses on the Map.

public:
 void LongClicked(Microsoft::Maui::Devices::Sensors::Location ^ position);
public void LongClicked(Microsoft.Maui.Devices.Sensors.Location position);
abstract member LongClicked : Microsoft.Maui.Devices.Sensors.Location -> unit
Public Sub LongClicked (position As Location)

Parameters

position
Location

Applies to