google-maps-services-java
google-maps-services-java copied to clipboard
Java client library for Google Maps API Web Services
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.13.1. Release notes Sourced from com.google.code.gson:gson's releases. Gson 2.13.1 What's Changed Give FieldNamingStrategy the ability to return multiple String names by @mfriesen in google/gson#2776 Remove...
Fixes #906 As shown in the rest api docs here https://developers.google.com/maps/documentation/places/web-service/details?hl=de#Place-secondary_opening_hours secondary_opening_hours should be an array and not a object. Do not merge this yet, I am waiting/looking for an...
chore: update README per template
Bumps org.slf4j:slf4j-api from 2.0.16 to 2.0.17. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps org.slf4j:slf4j-simple from 2.0.16 to 2.0.17. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Hi Team, Is there an ETA when the new Places API (https://developers.google.com/maps/documentation/places/web-service/migrate-overview) will make its way into the SDK? 🦸♂️ Bjorn
Bumps com.github.ben-manes.versions from 0.51.0 to 0.52.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
**PLEASE READ** If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/). This will ensure a timely response. Discover additional support services for the...
``` com.google.maps.errors.UnknownErrorException: An unexpected error occurred. Status: INTERNAL, Message: null at com.google.maps.errors.ApiException.from(ApiException.java:93) ~[google-maps-services-2.2.0.jar!/:?] at com.google.maps.PlaceAutocompleteRequest$Response.getError(PlaceAutocompleteRequest.java:234) ~[google-maps-services-2.2.0.jar!/:?] at com.google.maps.internal.OkHttpPendingResult.parseResponseInternal(OkHttpPendingResult.java:316) ~[google-maps-services-2.2.0.jar!/:?] at com.google.maps.internal.OkHttpPendingResult.parseResponse(OkHttpPendingResult.java:230) ~[google-maps-services-2.2.0.jar!/:?] at com.google.maps.internal.OkHttpPendingResult.await(OkHttpPendingResult.java:184) ~[google-maps-services-2.2.0.jar!/:?] at com.google.maps.PendingResultBase.await(PendingResultBase.java:61) ~[google-maps-services-2.2.0.jar!/:?] ... ```...
Update fields from the new Places API to the FieldMask enum. I've recognised that `places.outdoorSeating` isn't available, and I assume that many more have been added in the new Places...