Home
last modified time | relevance | path

Searched refs:geocodeAsync (Results 1 – 21 of 21) sorted by relevance

/expo/packages/expo-location/build/
H A DExpoLocation.web.d.ts18 geocodeAsync(): Promise<any[]>;
H A DLocation.js135 export async function geocodeAsync(address, options) { function
146 return await ExpoLocation.geocodeAsync(address);
H A DLocation.d.ts82 export declare function geocodeAsync(address: string, options?: LocationGeocodingOptions): Promise<…
H A DExpoLocation.web.js98 async geocodeAsync() {
H A DExpoLocation.web.js.map1 …ise<boolean> {\n return 'geolocation' in navigator;\n },\n async geocodeAsync(): Promise<any[…
H A DLocation.js.map1geocodeAsync(\n address: string,\n options?: LocationGeocodingOptions\n): Promise<LocationGeocod…
H A DLocation.types.js.map1 …oolean;\n};\n\n// @needsAudit\n/**\n * Type representing a result of `geocodeAsync`.\n */\nexport …
/expo/packages/expo-location/src/
H A DLocation.ts182 export async function geocodeAsync( function
200 return await ExpoLocation.geocodeAsync(address);
H A DExpoLocation.web.ts120 async geocodeAsync(): Promise<any[]> {
/expo/packages/expo-location/src/__tests__/
H A DLocation-test.native.ts78 return expect(Location.geocodeAsync('Googleplex')).rejects.toMatchObject({
/expo/apps/native-component-list/src/screens/Location/
H A DGeocodingScreen.tsx64 action={() => Location.geocodeAsync(address, { useGoogleMaps })}
/expo/apps/test-suite/tests/
H A DLocation.js403 const result = await Location.geocodeAsync('900 State St, Salem, OR');
418 const result = await Location.geocodeAsync(':(');
/expo/ios/versioned/sdk49/EXLocation/EXLocation/
H A DABI49_0_0EXLocation.m254 ABI49_0_0EX_EXPORT_METHOD_AS(geocodeAsync, category
/expo/ios/versioned/sdk47/EXLocation/EXLocation/
H A DABI47_0_0EXLocation.m254 ABI47_0_0EX_EXPORT_METHOD_AS(geocodeAsync, category
/expo/ios/versioned/sdk48/EXLocation/EXLocation/
H A DABI48_0_0EXLocation.m254 ABI48_0_0EX_EXPORT_METHOD_AS(geocodeAsync, category
/expo/packages/expo-location/ios/EXLocation/
H A DEXLocation.m254 EX_EXPORT_METHOD_AS(geocodeAsync, category
/expo/packages/expo-location/
H A DCHANGELOG.md269 - `geocodeAsync` and `reverseGeocodeAsync` no longer falls back to Google Maps API on Android. ([#9…
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/
H A DLocationModule.java374 public void geocodeAsync(final String address, final Promise promise) { in geocodeAsync() method in LocationModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/location/
H A DLocationModule.java374 public void geocodeAsync(final String address, final Promise promise) { in geocodeAsync() method in LocationModule
/expo/packages/expo-location/android/src/main/java/expo/modules/location/
H A DLocationModule.java374 public void geocodeAsync(final String address, final Promise promise) { in geocodeAsync() method in LocationModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/location/
H A DLocationModule.java374 public void geocodeAsync(final String address, final Promise promise) { in geocodeAsync() method in LocationModule