6 references to MapType
Microsoft.Maui.Controls.Maps (5)
Map.cs (5)
19
public static readonly BindableProperty MapTypeProperty = BindableProperty.Create(nameof(MapType), typeof(
MapType
), typeof(Map), default(
MapType
));
115
/// Gets or sets the style of the map. Default value is <see cref="
MapType
.Street"/>.
118
public
MapType
MapType
120
get { return (
MapType
)GetValue(MapTypeProperty); }
Microsoft.Maui.Maps (1)
Core\IMap.cs (1)
19
MapType
MapType { get; }