Home
last modified time | relevance | path

Searched refs:startGeofencingAsync (Results 1 – 15 of 15) sorted by relevance

/expo/packages/expo-location/src/
H A DLocation.ts483 export async function startGeofencingAsync( function
489 await ExpoLocation.startGeofencingAsync(taskName, { regions });
/expo/packages/expo-location/build/
H A DLocation.js388 export async function startGeofencingAsync(taskName, regions = []) { function
391 await ExpoLocation.startGeofencingAsync(taskName, { regions });
H A DLocation.d.ts238 export declare function startGeofencingAsync(taskName: string, regions?: LocationRegion[]): Promise…
H A DLocation.js.map1startGeofencingAsync` again with the new array of regions.\n *\n * # Task parameters\n *\n * Geofe…
/expo/apps/test-suite/tests/
H A DLocation.js536 await Location.startGeofencingAsync(GEOFENCING_TASK, regions);
550 await Location.startGeofencingAsync(GEOFENCING_TASK, newRegions);
567 await Location.startGeofencingAsync(GEOFENCING_TASK, []);
577 await Location.startGeofencingAsync(GEOFENCING_TASK, [{ longitude: 'not a number' }]);
/expo/apps/native-component-list/src/screens/Location/
H A DGeofencingScreen.tsx115 await Location.startGeofencingAsync(GEOFENCING_TASK, state.geofencingRegions);
146 await Location.startGeofencingAsync(GEOFENCING_TASK, next);
/expo/home/screens/DiagnosticsScreen/
H A DGeofencingDiagnosticsScreen.tsx124 await Location.startGeofencingAsync(GEOFENCING_TASK, this.state.geofencingRegions);
169 await Location.startGeofencingAsync(GEOFENCING_TASK, this.state.geofencingRegions);
/expo/ios/versioned/sdk49/EXLocation/EXLocation/
H A DABI49_0_0EXLocation.m450 ABI49_0_0EX_EXPORT_METHOD_AS(startGeofencingAsync,
/expo/ios/versioned/sdk47/EXLocation/EXLocation/
H A DABI47_0_0EXLocation.m450 ABI47_0_0EX_EXPORT_METHOD_AS(startGeofencingAsync,
/expo/ios/versioned/sdk48/EXLocation/EXLocation/
H A DABI48_0_0EXLocation.m450 ABI48_0_0EX_EXPORT_METHOD_AS(startGeofencingAsync,
/expo/packages/expo-location/ios/EXLocation/
H A DEXLocation.m450 EX_EXPORT_METHOD_AS(startGeofencingAsync,
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/
H A DLocationModule.java504 …public void startGeofencingAsync(String taskName, Map<String, Object> options, final Promise promi… in startGeofencingAsync() method in LocationModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/location/
H A DLocationModule.java504 …public void startGeofencingAsync(String taskName, Map<String, Object> options, final Promise promi… in startGeofencingAsync() method in LocationModule
/expo/packages/expo-location/android/src/main/java/expo/modules/location/
H A DLocationModule.java504 …public void startGeofencingAsync(String taskName, Map<String, Object> options, final Promise promi… in startGeofencingAsync() method in LocationModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/location/
H A DLocationModule.java504 …public void startGeofencingAsync(String taskName, Map<String, Object> options, final Promise promi… in startGeofencingAsync() method in LocationModule