google-maps-services-java
google-maps-services-java copied to clipboard
Java client library for Google Maps API Web Services
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.11.0 to 4.12.0. Commits 4984568 Prepare for release 4.12.0. ea720d3 [4.x] Add test for 103 handling (#8055) a6e54bf Avoid hanging on takeHeaders (incorrect 103 handling) when response...
This commit introduces administrative area levels 6 and 7 to the Address model. This has been added to accommodate more granular geographic divisions that some countries may have. Corresponding changes...
Fixes #868 🦕
Unable to create instance of class com.google.maps.TimeZoneApi$Response. Registering an InstanceCreator or a TypeAdapter for this type, or adding a no-args constructor may fix this problem. Fix for similar issue reported:...
#### Environment details 1. Specify the API : Places API 2. OS type and version : linux centos7 3. Library version and other environment information: 2.1.0 #### Steps to reproduce...
Hello, I have a problem running my Java Spring Boot application with a native image. When searching for an address I get the error: `Unable to create instance of class...
#### Environment details Library version: 2.1.2 #### Code example ```java PlacesApi.placeAutocomplete(someContext, "Zurich", new PlaceAutocompleteRequest.SessionToken()) .types(PlaceAutocompleteType.ESTABLISHMENT) ``` 2 issues: 1. The PlaceAutocompleteType enum only covers a small subset of available types...
#### Environment details OS type and version: Gradle JDK: jbr-17, 17.0.6 Kotlin JVM: 1.8.0 Library version and other environment information: com.google.maps:google-maps-services:2.2.0 Running on Ktor server v 2.2.3 #### Steps to...
Since Java 9, Java provides a module system known as Jigsaw which allow library authors to restrict access of their internal packages and provide a better explicit dependency abstraction. In...
Documentation for the dependency code snippet is not updating when new versions released. This is visible at: * [README.md](https://github.com/googlemaps/google-maps-services-java#installation) The [release config](https://github.com/googlemaps/google-maps-services-java/blob/main/.releaserc) should be updated for the README similar to...