1 implementation of IMapPinHandler
Microsoft.Maui.Maps (1)
Handlers\MapPin\MapPinHandler.cs (1)
16 public partial class MapPinHandler : IMapPinHandler
7 references to IMapPinHandler
Microsoft.Maui.Maps (7)
Handlers\MapPin\MapPinHandler.cs (4)
18 public static IPropertyMapper<IMapPin, IMapPinHandler> Mapper = new PropertyMapper<IMapPin, IMapPinHandler>(ElementMapper) 35 IMapPin IMapPinHandler.VirtualView => VirtualView; 37 PlatformView IMapPinHandler.PlatformView => PlatformView;
Handlers\MapPin\MapPinHandler.iOS.cs (3)
12 public static void MapLocation(IMapPinHandler handler, IMapPin mapPin) 18 public static void MapLabel(IMapPinHandler handler, IMapPin mapPin) 24 public static void MapAddress(IMapPinHandler handler, IMapPin mapPin)