google-maps-services-java
google-maps-services-java copied to clipboard
Java client library for Google Maps API Web Services
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...
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...
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...
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...
#### 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...
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...
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...
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...
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...
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,...