978 questions
Score of 2
2 answers
197 views
Can't enable Google Cloud Platform Geocoder service
When I try to enable the Geocoding API, I receive this error:
Even though I'm not in India (I have checked Google account region, GCP account region to see if there is any incorrect setting).
If I ...
Score of 0
0 answers
56 views
Geocoding API not responding fast enough (use Geocoder.configure(:timeout => ...) to set limit). Rails
I have been running into this issue while trying to call Google Maps Api in my demo environment. The api works fine on my production which is odd because they are exactly the same right now
I have set ...
Score of 1
1 answer
65 views
How to wait till all geocode requests (geocoder.geocode.then()) for address is completed?
In Angular Application, I have an array with list of addresses arrayToupdate.. for the complete list, I am making a geocoder.geocode api passing the address. Our aim is to get the lat and lng for all ...
Score of 0
0 answers
236 views
Leaflet GeoSearch: Google Provider not working
I'm trying to incorporate search in my map using the Google Provider (I'm using this (Smeijer/Leaflet-GeoSearch) plugin with Leaflet), however I'm not able to make it work.
My code is very direct:
...
Score of 0
1 answer
441 views
Flutter Google Maps Popup "The Provided Api Key is invalid"
I'm building a Flutter App and added a screen to pick a specific location. This is the code for that screen:
class EventLocationPicker extends StatefulWidget {
final String locationPlaceId;
...
Score of 0
2 answers
1425 views
Geocoding function will not work, I keep getting the same error message
Alex %>%
geocode(address = 'Address', method = "google", lat = latitude, long = longitude)
Error in geocode(., address = "Address", method = "google", lat = ...
Score of 1
1 answer
54 views
The Map is not showing the correct location using Geocoder. It points to the default coordinates
This code is not giving a zoomed marker at correct location. It stays at the default position instead of address received, even though the original source code works for others. There are no terminal ...
Score of -1
1 answer
662 views
Google Map key with Website application restriction [duplicate]
While applying application restrictions with 'Websites' option in Google cloud console for Map API key, it stopped working even in the allowed web url also.
Followed below steps:
Enabled 2 API from ...
Score of 0
1 answer
207 views
Why Geocoder Locale.US return address in Arabic in Dubai
Geocoder geocoder = new Geocoder(this, Locale.US);
The above code returns the address in English irrespective of device language. But in Dubai, the above code is not working and returns the address ...
Score of 0
1 answer
428 views
Field Masks not working on Google Geocoding API
Following the official Google developer doc here.
I am trying to hit following API:
https://maps.googleapis.com/maps/api/geocode/json?address=bangalore&key=MY_KEY&fields=formatted_address,...
Score of 0
1 answer
480 views
Is Batch processing available in google geocode API
I have gone through google geocode documenation:
https://developers.google.com/maps/documentation/geocoding/requests-geocoding
It says:
50 requests per second, calculated as the sum of client-side and ...
Score of 1
1 answer
214 views
Change to Address Component Types in India not reflected by Androids Geocoder
Because of the notice about changes to Address Types and Address Component Types for addresses in India I was wondering how we can reflect that, using the Android Geocoder from SDK which returns ...
Score of 0
2 answers
163 views
I get "not attached to a context" error when I want to go back from current fragment
This code belongs to a fragment which shows the user's current location.After getting location when I want to go back to previous fragment App crashes.Logcat says error is happening here :
"val ...
Score of 2
0 answers
552 views
getFromLocation unstable Kotlin [duplicate]
I want to get the street address from longitude and latitude. Currently I am using geocoder.getFromLocation(latitute,longitude,1)
fun getLastKnownLocation() {
fusedLocationClient....
Score of 0
1 answer
688 views
Unable to use Google geocoding api in react native app
I'm trying to implement google's geocoding for reverse geocoding in my react native app, i wanted to apply restrictions in google console for iOS app with bundle id's. But when i apply restrictions i'...