Enum MapType
- Namespace
- MapLibreNative.Maui.Geometry
Specifies which visual representation should be shown for a map.
public enum MapType
Fields
Hybrid = 2Satellite imagery with a street map overlay.
Satellite = 1Satellite imagery.
Street = 0A schematic overview of all roads, streets, etc.
Remarks
MapLibre selects the visual representation via its style URL/JSON, so this enum is provided
primarily for API parity with Microsoft.Maui.Maps. Consumers map each value to an
appropriate style themselves.