Home
last modified time | relevance | path

Searched refs:setGoogleApiKey (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-location/build/
H A DLocation.d.ts10 declare function setGoogleApiKey(_apiKey: string): void; function
253 …gRegionState as GeofencingRegionState, PermissionStatus, PermissionHookOptions, setGoogleApiKey, };
H A DLocation.js12 function setGoogleApiKey(_apiKey) { } function
415 …Type, LocationGeofencingRegionState as GeofencingRegionState, PermissionStatus, setGoogleApiKey, };
H A DLocation.js.map1setGoogleApiKey(_apiKey: string) {}\n\n// @needsAudit\n/**\n * Check status of location providers.…
H A DLocation.types.js.map1 …d by default only on Web platform. Requires providing an API key by `setGoogleApiKey`.\n */\n u…
/expo/packages/expo-location/src/
H A DLocation.ts39 function setGoogleApiKey(_apiKey: string) {} function
524 setGoogleApiKey,
/expo/apps/native-component-list/src/screens/Location/
H A DGeocodingScreen.tsx14 Location.setGoogleApiKey(GOOGLE_MAPS_API_KEY);