1 implementation of MapElementId
Microsoft.Maui.Controls.Maps (1)
MapElement.cs (1)
52
public object?
MapElementId
{ get; set; }
1 write to MapElementId
Microsoft.Maui.Maps (1)
Platform\iOS\MauiMKMapView.cs (1)
156
element.
MapElementId
= overlay;
4 references to MapElementId
Microsoft.Maui.Maps (4)
Handlers\MapElement\MapElementHandler.iOS.cs (2)
12
if (VirtualView.
MapElementId
!= null)
14
var mapElementId = VirtualView.
MapElementId
;
Platform\iOS\MauiMKMapView.cs (2)
166
if (element.
MapElementId
is IMKOverlay overlay)
290
if (ReferenceEquals(element.
MapElementId
, mkPolyline))