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";
}>
type MapType = (typeof MapType)[keyof typeof MapType];