Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
hrtlkr29's user avatar
  • 413
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 ...
Dave Fogel's user avatar
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 ...
Filippo's user avatar
  • 160
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 ...
Michael Diam's user avatar
-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 ...
Yosef G's user avatar
  • 11
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 ...
Chris Burnett's user avatar
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 ...
Lucas Rosa's user avatar
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 ...
Andrei Balici's user avatar
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 ...
K. Jorge's user avatar