All Questions
Tagged with google-geocoding-api google-cloud-platform
9 questions
0
votes
2
answers
38
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 ...
0
votes
0
answers
56
views
Is there a way to limit Google API calls after they exceed a certain number?
I am having a problem with some spam bots hitting my google api - distance matrix API and Geocoding API. They are using up all my quoat with spam. Is there a way to limit these to be disabled for an ...
0
votes
1
answer
125
views
`geocoding` Flutter: `locationFromAddress` throws "Unexpected null value"
/// Searches for an address and moves the map
Future<void> _searchAddress() async {
String query = _searchController.text.trim();
if (query.isEmpty) {
debugPrint("Search query ...
0
votes
0
answers
168
views
Google Maps Geocoding API throws error when using place_id as a search parameter
I am trying to get the longtitude and the latitude for a specific place_id in Google Maps Geocoding API, but I am getting an error. Based on the python api documentation there is a parameter place_id ...
-2
votes
1
answer
555
views
Alerts when approaching daily quota on Google mapping API (geocoding, places, directions, etc.)
How can I get alerted when we reach a certain percentage of the daily mapping API usage quotas?
We want to set up alerts that warn us when we reach 85% of the daily quotas that we set up for Google ...
0
votes
1
answer
118
views
Using Google Script w/ built-in Geocoder class for addr to (lat, lon) conversion; error daily limit. Got Geocoding API key, no mention in Geocoder dox
Google has pages about javascript requests through Geocoding API, and it has pages about the Geocoder Class in Scripts.
Both services take street addresses and turn them into latitude and longitude ...
2
votes
1
answer
866
views
Network unreachable when using Google Maps Geocode API in Google Dataflow
I'm using the Google Maps Geocode API (https://github.com/googlemaps/google-maps-services-java) in a Dataflow job. My DoFn prepares the GeoApiContext at Setup. The process element function is done ...
0
votes
0
answers
270
views
Using Google Maps' Geocoding API inside a Java-based Beam Job running on GCP's Dataflow results in "handshake_error"
I am trying to use a Java-based Beam job to geocode a bulk of address using Google Maps' Geocoding API. I have a PCollection of addresses and a DoFn that will take an address, call the Geocoding API ...
0
votes
1
answer
219
views
API key Google Cloud Maps/Geocode/Geolocation [duplicate]
I am working in one app that show one map and take locations from geolocation and traduce with geocode.. All that is working fine.
The problem is that I can not restrict the key.
If I choose the ...