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

Java client library for Google Maps API Web Services

Results 101 google-maps-services-java issues
Sort by recently updated
recently updated
newest added

Bumps [opencensus-impl](https://github.com/census-instrumentation/opencensus-java) from 0.31.0 to 0.31.1. Release notes Sourced from opencensus-impl's releases. Release 0.31.1 What's Changed [v0.31.x] Fix retry stat measures to match those in grpc-java exactly (#2097) by @​mackenziestarr...

automerge
merge
dependencies

I use the Google Static Maps API and I would like to customize the presentation of the Map by applying my own styles. I found this documentation: https://developers.google.com/maps/documentation/maps-static/styling **Is your...

type: feature request
triage me

Hi Team, It looks like ADMINISTRATIVE_AREA_LEVEL_6 and ADMINISTRATIVE_AREA_LEVEL_7 is missing from AddressComponentType which is highly used for the Geocoding address component in country like Indonesia. This address component is also...

type: bug
type: feature request
priority: p2
triage me

I'm working on a Spring application that uses google-maps-service 2.0.0. I try to use the GeocodingApi but I don't understand how to format the address. Do you know if there...

type: question
triage me
stale

#### Environment details 1. Specify the API at the beginning of the title (for example, "Places: ...") 2. OS type and version Android 11, but it doesn't matter 3. Library...

type: question
stale

Simply, the documentation in the Readme states that this library requires 'A Google Maps API key.', but most other services I've used (like Storage, for example) allow and default to...

type: feature request
triage me
stale

I'm using Ktor, which is based on coroutines. This seems to be conflicting with the thread manager that the Google Maps Platform Java library uses. It keeps giving me an...

type: bug
triage me

Hello guys, I had a problem while doing a **PlacesApi.placeAutocomplete** request I really don't know if that is a issue caused by the API or on our implementation. We are...

help wanted
type: bug
priority: p2

Hello everyone! Recently, i started a work who needs draw a static map with two routes with custom properties (by custom properties, please understood like color, weight, etc) and same...

cla: yes

I need to call GeocodingApi.reverseGeocode from with a java app running in an GCP app-engine. My code looks like: context = new GeoApiContext.Builder(new GaeRequestHandler.Builder()) .apiKey("").build(); LatLng location = new LatLng(posLat,...

type: bug
triage me