1 implementation of IMapElementHandler
Microsoft.Maui.Maps (1)
Handlers\MapElement\MapElementHandler.cs (1)
16 public partial class MapElementHandler : IMapElementHandler
7 references to IMapElementHandler
Microsoft.Maui.Maps (7)
Handlers\MapElement\MapElementHandler.cs (4)
18 public static IPropertyMapper<IMapElement, IMapElementHandler> Mapper = new PropertyMapper<IMapElement, IMapElementHandler>(ElementMapper) 41 IMapElement IMapElementHandler.VirtualView => VirtualView; 43 PlatformView IMapElementHandler.PlatformView => PlatformView;
Handlers\MapElement\MapElementHandler.iOS.cs (3)
29 public static void MapStroke(IMapElementHandler handler, IMapElement mapElement) 40 public static void MapStrokeThickness(IMapElementHandler handler, IMapElement mapElement) 50 public static void MapFill(IMapElementHandler handler, IMapElement mapElement)