UNPKG

expo-location

Version:

Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.

5 lines 233 B
/** * Polyfills `navigator.geolocation` for interop with the core React Native and Web API approach to geolocation. */ export declare function installWebGeolocationPolyfill(): void; //# sourceMappingURL=GeolocationPolyfill.d.ts.map