Contents

MapType

Constants representing the type of map to display.

Declaration

const MapType: Readonly<{
    readonly Satellite: "satellite";
    readonly Hybrid: "hybrid";
    readonly MutedStandard: "mutedStandard";
    readonly Standard: "standard";
}>

Topics

Map type values

Type Aliases

See Also

Configuring the map’s appearance