google-maps-services-go icon indicating copy to clipboard operation
google-maps-services-go copied to clipboard

Go client library for Google Maps API Web Services

Results 31 google-maps-services-go issues
Sort by recently updated
recently updated
newest added

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...

type: feature request
triage me

I have fixed the placeautocomplete example, it was not working when requesting components country filters.

cla: no

Add the following new badges to `README.md`: [![Go Report Card](https://goreportcard.com/badge/github.com/googlemaps/google-maps-services-go)](https://goreportcard.com/report/github.com/googlemaps/google-maps-services-go) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/googlemaps/google-maps-services-go) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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...

type: bug
triage me

**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...

type: feature request
triage me
stale

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...

type: bug
triage me

#### 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...

help wanted
type: bug
priority: p3

**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...

type: bug
priority: p3

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...

help wanted
type: bug
priority: p3