Home
last modified time | relevance | path

Searched refs:useGoogleMaps (Results 1 – 11 of 11) sorted by relevance

/expo/apps/native-component-list/src/screens/Location/
H A DGeocodingScreen.tsx36 const [useGoogleMaps, setGoogleMaps] = React.useState(false);
53 value={useGoogleMaps}
64 action={() => Location.geocodeAsync(address, { useGoogleMaps })}
75 action={() => Location.reverseGeocodeAsync(coords, { useGoogleMaps })}
84 return Location.reverseGeocodeAsync(location.coords, { useGoogleMaps });
/expo/packages/@expo/config-plugins/src/ios/
H A DMaps.ts25 config = withMapsCocoaPods(config, { useGoogleMaps: !!apiKey });
145 const withMapsCocoaPods: ConfigPlugin<{ useGoogleMaps: boolean }> = (config, { useGoogleMaps }) => {
158 if (isLinked && googleMapsPath && useGoogleMaps) {
/expo/packages/@expo/config-plugins/build/ios/
H A DMaps.js70 useGoogleMaps: !!apiKey property
174 useGoogleMaps argument
186 if (isLinked && googleMapsPath && useGoogleMaps) {
H A DMaps.js.map1useGoogleMaps","withGoogleMapsAppDelegate","_config$ios$config$go","_config$ios","_config$ios$conf…
/expo/packages/expo-location/src/
H A DLocation.ts190 if (options?.useGoogleMaps || Platform.OS === 'web') {
229 if (options?.useGoogleMaps || Platform.OS === 'web') {
H A DLocation.types.ts384 useGoogleMaps?: boolean;
/expo/packages/expo-location/build/
H A DLocation.js139 if (options?.useGoogleMaps || Platform.OS === 'web') {
168 if (options?.useGoogleMaps || Platform.OS === 'web') {
H A DLocation.types.d.ts350 useGoogleMaps?: boolean;
H A DLocation.js.map1useGoogleMaps || Platform.OS === 'web') {\n if (__DEV__) {\n console.warn(\n 'The G…
H A DLocation.types.js.map1 …atform. Requires providing an API key by `setGoogleApiKey`.\n */\n useGoogleMaps?: boolean;\n};…
/expo/packages/expo-location/
H A DCHANGELOG.md276 - Google Maps Geocoding API can now be used on all platforms with the new `useGoogleMaps` option. (…