Searched refs:MapTypes (Results 1 – 4 of 4) sorted by relevance
2 import { MapTypes } from 'expo-maps/build/Map.types';12 const [mapType, setMapType] = useState<MapTypes>('normal');26 setValue={(value) => setMapType(value as any as MapTypes)}
24 export type MapTypes = 'normal' | 'hybrid' | 'satellite' | 'terrain'; alias35 mapType: MapTypes;
15 export type MapTypes = 'normal' | 'hybrid' | 'satellite' | 'terrain'; alias25 mapType: MapTypes;
1 …MapTypes = 'normal' | 'hybrid' | 'satellite' | 'terrain';\n\n/**\n * Prop for managing map type.\n…