Table of Contents

Enum MapType

Specifies which visual representation should be shown for a map.

public enum MapType

Fields

Hybrid = 2

Satellite imagery with a street map overlay.

Satellite = 1

Satellite imagery.

Street = 0

A 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.