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.Standard.cs (3)
7
public static void MapLocation(
IMapPinHandler
handler, IMapPin mapPin) { }
9
public static void MapLabel(
IMapPinHandler
handler, IMapPin mapPin) { }
11
public static void MapAddress(
IMapPinHandler
handler, IMapPin mapPin) { }