1 implementation of UpdateMapElement
Microsoft.Maui.Maps (1)
Handlers\Map\MapHandler.Standard.cs (1)
27
public void
UpdateMapElement
(IMapElement element) => throw new NotImplementedException();
1 reference to UpdateMapElement
Microsoft.Maui.Maps (1)
Handlers\Map\MapHandler.cs (1)
55
handler.
UpdateMapElement
(args.MapElement);