google-maps-services-go
google-maps-services-go copied to clipboard
Go client library for Google Maps API Web Services
Add support for map_id parameter to static map request and static map cli app --- Before submitting your PR, there are a few things you can do to make sure...
It looks like the map_id parameter isn't supported. I didn't see any reference to it in the static maps source code. It looks like an easy change to add it...
I have fixed the placeautocomplete example, it was not working when requesting components country filters.
Add the following new badges to `README.md`: [](https://goreportcard.com/report/github.com/googlemaps/google-maps-services-go)  [](https://opensource.org/licenses/Apache-2.0)
The documentation for Maps API client suggests that each API client automatically handles retry on transient failure: ``` Retry on Failure The client libraries will automatically retry any request if...
**Is your feature request related to a problem? Please describe.** This is somewhat related to #245 in regards of the usefulness of the current `metrics.Request` interface As of now, during...
I kept getting the error where I couldn't unmarshal a saved sample data because for some reason it would think Route.Legs is a type of string. I modified the code...
#### Environment details 1. Nearby search API 2. MacOS Catalina 10.15.7 3. SDK: googlemaps.github.io/maps v1.2.3 #### Steps to reproduce 1. Make a basic nearby search request with fields specified in...
**Is your feature request related to a problem? Please describe.** The OpenCensus metrics include a metro_area which is based on extracting a value from the "x-goog-maps-metro-area" header. After chatting with...
Call to nearby roads API does not give same error about not having billing setup as the geocoding API does. #### Steps to reproduce 1. Create a basic project requesting...