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";
}>Constants representing the type of map to display.
const MapType: Readonly<{
readonly Satellite: "satellite";
readonly Hybrid: "hybrid";
readonly MutedStandard: "mutedStandard";
readonly Standard: "standard";
}>