expo-location
Version:
Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.
16 lines (12 loc) • 591 B
text/typescript
export { PermissionStatus, type PermissionHookOptions, type PermissionExpiration } from 'expo';
export { LocationEventEmitter as EventEmitter } from './LocationEventEmitter';
export { _getCurrentWatchId } from './LocationSubscribers';
export { installWebGeolocationPolyfill } from './GeolocationPolyfill';
export * from './Location';
export * from './Location.types';
export {
LocationAccuracy as Accuracy,
LocationActivityType as ActivityType,
LocationGeofencingEventType as GeofencingEventType,
LocationGeofencingRegionState as GeofencingRegionState,
} from './Location.types';