| /expo/packages/expo-location/build/ |
| H A D | ExpoLocation.web.d.ts | 19 reverseGeocodeAsync(): Promise<any[]>;
|
| H A D | Location.js | 164 export async function reverseGeocodeAsync(location, options) { function 175 return await ExpoLocation.reverseGeocodeAsync(location);
|
| H A D | Location.d.ts | 98 export declare function reverseGeocodeAsync(location: Pick<LocationGeocodedLocation, 'latitude' | '…
|
| H A D | ExpoLocation.web.js | 101 async reverseGeocodeAsync() {
|
| H A D | ExpoLocation.web.js.map | 1 …): Promise<any[]> {\n throw new GeocoderError();\n },\n async reverseGeocodeAsync(): Promise<…
|
| H A D | Location.js.map | 1 …reverseGeocodeAsync(\n location: Pick<LocationGeocodedLocation, 'latitude' | 'longitude'>,\n opt…
|
| H A D | Location.types.js.map | 1 …ber;\n};\n\n// @needsAudit\n/**\n * Type representing a result of `reverseGeocodeAsync`.\n */\nexp…
|
| /expo/packages/expo-location/src/ |
| H A D | Location.ts | 219 export async function reverseGeocodeAsync( function 239 return await ExpoLocation.reverseGeocodeAsync(location);
|
| H A D | ExpoLocation.web.ts | 123 async reverseGeocodeAsync(): Promise<any[]> {
|
| /expo/apps/native-component-list/src/screens/Location/ |
| H A D | GeocodingScreen.tsx | 75 action={() => Location.reverseGeocodeAsync(coords, { useGoogleMaps })} 84 return Location.reverseGeocodeAsync(location.coords, { useGoogleMaps });
|
| /expo/packages/expo-location/src/__tests__/ |
| H A D | Location-test.native.ts | 89 Location.reverseGeocodeAsync({ latitude: '37.7' as any, longitude: '-122.5' as any })
|
| /expo/apps/test-suite/tests/ |
| H A D | Location.js | 431 const result = await Location.reverseGeocodeAsync({ 450 await Location.reverseGeocodeAsync({
|
| /expo/packages/expo-location/ |
| H A D | CHANGELOG.md | 144 - Added steetNumber to `reverseGeocodeAsync` for iOS ([#13556](https://github.com/expo/expo/pull/13… 269 - `geocodeAsync` and `reverseGeocodeAsync` no longer falls back to Google Maps API on Android. ([#9…
|
| /expo/ios/versioned/sdk49/EXLocation/EXLocation/ |
| H A D | ABI49_0_0EXLocation.m | 284 ABI49_0_0EX_EXPORT_METHOD_AS(reverseGeocodeAsync, category
|
| /expo/ios/versioned/sdk47/EXLocation/EXLocation/ |
| H A D | ABI47_0_0EXLocation.m | 284 ABI47_0_0EX_EXPORT_METHOD_AS(reverseGeocodeAsync, category
|
| /expo/ios/versioned/sdk48/EXLocation/EXLocation/ |
| H A D | ABI48_0_0EXLocation.m | 284 ABI48_0_0EX_EXPORT_METHOD_AS(reverseGeocodeAsync, category
|
| /expo/packages/expo-location/ios/EXLocation/ |
| H A D | EXLocation.m | 284 EX_EXPORT_METHOD_AS(reverseGeocodeAsync, category
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/ |
| H A D | LocationModule.java | 407 public void reverseGeocodeAsync(final Map<String, Object> locationMap, final Promise promise) { in reverseGeocodeAsync() 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 | 407 public void reverseGeocodeAsync(final Map<String, Object> locationMap, final Promise promise) { in reverseGeocodeAsync() method in LocationModule
|
| /expo/packages/expo-location/android/src/main/java/expo/modules/location/ |
| H A D | LocationModule.java | 407 public void reverseGeocodeAsync(final Map<String, Object> locationMap, final Promise promise) { in reverseGeocodeAsync() 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 | 407 public void reverseGeocodeAsync(final Map<String, Object> locationMap, final Promise promise) { in reverseGeocodeAsync() method in LocationModule
|