| /expo/packages/expo-location/build/ |
| H A D | ExpoLocation.web.d.ts | 18 geocodeAsync(): Promise<any[]>;
|
| H A D | Location.js | 135 export async function geocodeAsync(address, options) { function 146 return await ExpoLocation.geocodeAsync(address);
|
| H A D | Location.d.ts | 82 export declare function geocodeAsync(address: string, options?: LocationGeocodingOptions): Promise<…
|
| H A D | ExpoLocation.web.js | 98 async geocodeAsync() {
|
| H A D | ExpoLocation.web.js.map | 1 …ise<boolean> {\n return 'geolocation' in navigator;\n },\n async geocodeAsync(): Promise<any[…
|
| H A D | Location.js.map | 1 …geocodeAsync(\n address: string,\n options?: LocationGeocodingOptions\n): Promise<LocationGeocod…
|
| H A D | Location.types.js.map | 1 …oolean;\n};\n\n// @needsAudit\n/**\n * Type representing a result of `geocodeAsync`.\n */\nexport …
|
| /expo/packages/expo-location/src/ |
| H A D | Location.ts | 182 export async function geocodeAsync( function 200 return await ExpoLocation.geocodeAsync(address);
|
| H A D | ExpoLocation.web.ts | 120 async geocodeAsync(): Promise<any[]> {
|
| /expo/packages/expo-location/src/__tests__/ |
| H A D | Location-test.native.ts | 78 return expect(Location.geocodeAsync('Googleplex')).rejects.toMatchObject({
|
| /expo/apps/native-component-list/src/screens/Location/ |
| H A D | GeocodingScreen.tsx | 64 action={() => Location.geocodeAsync(address, { useGoogleMaps })}
|
| /expo/apps/test-suite/tests/ |
| H A D | Location.js | 403 const result = await Location.geocodeAsync('900 State St, Salem, OR'); 418 const result = await Location.geocodeAsync(':(');
|
| /expo/ios/versioned/sdk49/EXLocation/EXLocation/ |
| H A D | ABI49_0_0EXLocation.m | 254 ABI49_0_0EX_EXPORT_METHOD_AS(geocodeAsync, category
|
| /expo/ios/versioned/sdk47/EXLocation/EXLocation/ |
| H A D | ABI47_0_0EXLocation.m | 254 ABI47_0_0EX_EXPORT_METHOD_AS(geocodeAsync, category
|
| /expo/ios/versioned/sdk48/EXLocation/EXLocation/ |
| H A D | ABI48_0_0EXLocation.m | 254 ABI48_0_0EX_EXPORT_METHOD_AS(geocodeAsync, category
|
| /expo/packages/expo-location/ios/EXLocation/ |
| H A D | EXLocation.m | 254 EX_EXPORT_METHOD_AS(geocodeAsync, category
|
| /expo/packages/expo-location/ |
| H A D | CHANGELOG.md | 269 - `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 D | LocationModule.java | 374 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 D | LocationModule.java | 374 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 D | LocationModule.java | 374 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 D | LocationModule.java | 374 public void geocodeAsync(final String address, final Promise promise) { in geocodeAsync() method in LocationModule
|