1 implementation of Elements
Microsoft.Maui.Controls.Maps (1)
HandlerImpl\Map.Impl.cs (1)
10
IList<IMapElement> IMap.
Elements
=> _mapElements.Cast<IMapElement>().ToList();
5 references to Elements
Microsoft.Maui.Controls.Maps (1)
Map.cs (1)
239
Handler?.UpdateValue(nameof(IMap.
Elements
));
Microsoft.Maui.Maps (4)
Handlers\Map\MapHandler.cs (1)
26
[nameof(IMap.
Elements
)] = MapElements,
Handlers\Map\MapHandler.iOS.cs (1)
85
handler.PlatformView.AddElements((IList)map.
Elements
);
Platform\iOS\MauiMKMapView.cs (2)
287
for (int i = 0; i < map?.
Elements
.Count; i++)
289
var element = map.
Elements
[i];