Home
last modified time | relevance | path

Searched refs:POI (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-maps/src/
H A DMap.types.ts363 export type POI = { alias
403 export type AppleMapsPOI = POI;
404 export type GoogleMapsPOI = Omit<POI, 'enablePOISearching' | 'enablePOIFilter'>;
538 POI &
550 POI;
H A DMap.tsx178 …Of Interest Filters and their display modifications for Apple Maps. Adding POI filters for these v…
/expo/packages/expo-maps/build/
H A DMap.types.d.ts311 export type POI = { alias
349 export type AppleMapsPOI = POI;
350 export type GoogleMapsPOI = Omit<POI, 'enablePOISearching' | 'enablePOIFilter'>;
406 …ype & Controls & GoogleMapsStyling & Gestures & CameraPosition & Traffic & POI & KMLs & Heatmaps &…
407 …ype DefaultNativeExpoMapViewProps = MapType & Controls & Gestures & CameraPosition & Traffic & POI;
H A DMap.types.js.map1POI handling.\n */\nexport type POI = {\n /**\n * If 'true' search bar for searching pois is en…
H A DMap.js.map1 …Of Interest Filters and their display modifications for Apple Maps. Adding POI filters for these v…
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DPOIExample.tsx46 title="Enable POI search"
65 title="Enable POI cafe filter"
H A DCallbacksExample.tsx186 onPoiClickEnabled && setSnackbarText('Clicked POI:' + JSON.stringify(event.nativeEvent));
/expo/apps/native-component-list/src/screens/ExpoMaps/navigators/
H A DMainNavigator.tsx22 POI: undefined;