3 types derived from MapElement
Microsoft.Maui.Controls.Maps (3)
Circle.cs (1)
10
public partial class Circle :
MapElement
Polygon.cs (1)
11
public partial class Polygon :
MapElement
Polyline.cs (1)
10
public partial class Polyline :
MapElement
8 references to MapElement
Microsoft.Maui.Controls.Maps (8)
AppHostBuilderExtensions.cs (1)
74
handlersCollection.AddHandler<
MapElement
, MapElementHandler>();
Map.cs (5)
46
readonly ObservableCollection<
MapElement
> _mapElements = new();
165
public IList<
MapElement
> MapElements => _mapElements;
242
foreach (
MapElement
item in e.NewItems)
250
foreach (
MapElement
item in e.OldItems)
259
if (sender is
MapElement
mapElement)
MapElement.cs (2)
19
typeof(
MapElement
),
26
typeof(
MapElement
),