1 implementation of PlatformView
Microsoft.Maui.Maps (1)
Handlers\Map\MapHandler.cs (1)
48 PlatformView IMapHandler.PlatformView => PlatformView;
10 references to PlatformView
Microsoft.Maui.Maps (10)
Handlers\Map\MapHandler.iOS.cs (10)
39 handler.PlatformView.MapType = MKMapType.Standard; 42 handler.PlatformView.MapType = MKMapType.Satellite; 45 handler.PlatformView.MapType = MKMapType.Hybrid; 59 handler.PlatformView.ShowsUserLocation = map.IsShowingUser; 64 handler.PlatformView.ScrollEnabled = map.IsScrollEnabled; 69 handler.PlatformView.ShowsTraffic = map.IsTrafficEnabled; 74 handler.PlatformView.ZoomEnabled = map.IsZoomEnabled; 79 handler.PlatformView.AddPins((IList)map.Pins); 84 handler.PlatformView.ClearMapElements(); 85 handler.PlatformView.AddElements((IList)map.Elements);