1 implementation of Clicked
Microsoft.Maui.Controls.Maps (1)
HandlerImpl\Map.Impl.cs (1)
14 void IMap.Clicked(Location location) => MapClicked?.Invoke(this, new MapClickedEventArgs(location));
1 reference to Clicked
Microsoft.Maui.Maps (1)
Platform\iOS\MauiMKMapView.cs (1)
318 handler?.VirtualView.Clicked(new Devices.Sensors.Location(tapGPS.Latitude, tapGPS.Longitude));