Home
last modified time | relevance | path

Searched refs:installWebGeolocationPolyfill (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-location/build/
H A DGeolocationPolyfill.d.ts4 export declare function installWebGeolocationPolyfill(): void; function
H A DGeolocationPolyfill.js9 export function installWebGeolocationPolyfill() { function
H A DLocation.d.ts254 export { installWebGeolocationPolyfill } from './GeolocationPolyfill';
H A DLocation.js416 export { installWebGeolocationPolyfill } from './GeolocationPolyfill';
H A DGeolocationPolyfill.js.map1 …ve and Web API approach to geolocation.\n */\nexport function installWebGeolocationPolyfill(): voi…
H A DLocation.js.map1 …n PermissionHookOptions,\n setGoogleApiKey,\n};\n\nexport { installWebGeolocationPolyfill } from…
/expo/packages/expo-location/src/
H A DGeolocationPolyfill.ts20 export function installWebGeolocationPolyfill(): void { function
H A DLocation.ts527 export { installWebGeolocationPolyfill } from './GeolocationPolyfill';
/expo/packages/expo-location/src/__tests__/
H A DLocation-test.native.ts32 Location.installWebGeolocationPolyfill();