Home
last modified time | relevance | path

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

/expo/apps/native-component-list/src/screens/Location/
H A DLocationScreen.tsx115 title="watchHeadingAsync"
116 subscribe={(setValue) => Location.watchHeadingAsync(setValue)}
/expo/packages/expo-location/src/
H A DLocation.ts135 const subscription = await watchHeadingAsync((heading) => {
153 export async function watchHeadingAsync( function
/expo/packages/expo-location/build/
H A DLocation.js92 const subscription = await watchHeadingAsync((heading) => {
110 export async function watchHeadingAsync(callback) { function
H A DLocation.d.ts66 export declare function watchHeadingAsync(callback: LocationHeadingCallback): Promise<LocationSubsc…
H A DLocation.types.js.map1watchHeadingAsync` callback.\n */\nexport type LocationHeadingObject = {\n /**\n * Measure of t…
H A DLocation.js.map1watchHeadingAsync`\n * and waits for a couple of updates, and then returns the one that is accurat…