Home
last modified time | relevance | path

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

/expo/packages/expo-location/build/
H A DExpoLocation.web.d.ts19 reverseGeocodeAsync(): Promise<any[]>;
H A DLocation.js164 export async function reverseGeocodeAsync(location, options) { function
175 return await ExpoLocation.reverseGeocodeAsync(location);
H A DLocation.d.ts98 export declare function reverseGeocodeAsync(location: Pick<LocationGeocodedLocation, 'latitude' | '…
H A DExpoLocation.web.js101 async reverseGeocodeAsync() {
H A DExpoLocation.web.js.map1 …): Promise<any[]> {\n throw new GeocoderError();\n },\n async reverseGeocodeAsync(): Promise<…
H A DLocation.js.map1reverseGeocodeAsync(\n location: Pick<LocationGeocodedLocation, 'latitude' | 'longitude'>,\n opt…
H A DLocation.types.js.map1 …ber;\n};\n\n// @needsAudit\n/**\n * Type representing a result of `reverseGeocodeAsync`.\n */\nexp…
/expo/packages/expo-location/src/
H A DLocation.ts219 export async function reverseGeocodeAsync( function
239 return await ExpoLocation.reverseGeocodeAsync(location);
H A DExpoLocation.web.ts123 async reverseGeocodeAsync(): Promise<any[]> {
/expo/apps/native-component-list/src/screens/Location/
H A DGeocodingScreen.tsx75 action={() => Location.reverseGeocodeAsync(coords, { useGoogleMaps })}
84 return Location.reverseGeocodeAsync(location.coords, { useGoogleMaps });
/expo/packages/expo-location/src/__tests__/
H A DLocation-test.native.ts89 Location.reverseGeocodeAsync({ latitude: '37.7' as any, longitude: '-122.5' as any })
/expo/apps/test-suite/tests/
H A DLocation.js431 const result = await Location.reverseGeocodeAsync({
450 await Location.reverseGeocodeAsync({
/expo/packages/expo-location/
H A DCHANGELOG.md144 - 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 DABI49_0_0EXLocation.m284 ABI49_0_0EX_EXPORT_METHOD_AS(reverseGeocodeAsync, category
/expo/ios/versioned/sdk47/EXLocation/EXLocation/
H A DABI47_0_0EXLocation.m284 ABI47_0_0EX_EXPORT_METHOD_AS(reverseGeocodeAsync, category
/expo/ios/versioned/sdk48/EXLocation/EXLocation/
H A DABI48_0_0EXLocation.m284 ABI48_0_0EX_EXPORT_METHOD_AS(reverseGeocodeAsync, category
/expo/packages/expo-location/ios/EXLocation/
H A DEXLocation.m284 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 DLocationModule.java407 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 DLocationModule.java407 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 DLocationModule.java407 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 DLocationModule.java407 public void reverseGeocodeAsync(final Map<String, Object> locationMap, final Promise promise) { in reverseGeocodeAsync() method in LocationModule