Implemented interface member:
property
MapType
Microsoft.Maui.Maps.IMap.MapType
2 references to MapType
Microsoft.Maui.Controls.Maps (2)
Map.cs (2)
18
/// <summary>Bindable property for <see cref="
MapType
"/>.</summary>
19
public static readonly BindableProperty MapTypeProperty = BindableProperty.Create(nameof(
MapType
), typeof(MapType), typeof(Map), default(MapType));