INNER CODE UNIT · TypeScript

watchPosition

Agontuk/react-native-geolocation-service · index.d.ts:90

  export function watchPosition(
    successCallback: SuccessCallback,
    errorCallback?: ErrorCallback,
    options?: GeoWatchOptions
  ): number;

  export function clearWatch(watchID: number): void;

  export function stopObserving(): void;
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…