1 implementation of VirtualView
Microsoft.Maui.Maps (1)
Handlers\Map\MapHandler.cs (1)
46 IMap IMapHandler.VirtualView => VirtualView;
5 references to VirtualView
Microsoft.Maui.Maps (5)
Platform\iOS\MauiMKMapView.cs (5)
212 if (_handlerRef.TryGetTarget(out IMapHandler? handler) && handler?.VirtualView != null) 213 handler.VirtualView.VisibleRegion = new MapSpan(new Devices.Sensors.Location(Region.Center.Latitude, Region.Center.Longitude), Region.Span.LatitudeDelta, Region.Span.LongitudeDelta); 220 IMap map = handler?.VirtualView!; 285 var map = handler?.VirtualView; 318 handler?.VirtualView.Clicked(new Devices.Sensors.Location(tapGPS.Latitude, tapGPS.Longitude));