Skip to content

fix: Added plus_code address type to fix SafeEnumAdapter warnings#699

Merged
jpoehnelt merged 1 commit intogooglemaps:masterfrom
sergekukharev:address-type-plus_code
Dec 1, 2020
Merged

fix: Added plus_code address type to fix SafeEnumAdapter warnings#699
jpoehnelt merged 1 commit intogooglemaps:masterfrom
sergekukharev:address-type-plus_code

Conversation

@sergekukharev
Copy link
Copy Markdown
Contributor

@sergekukharev sergekukharev commented Dec 1, 2020

Fixes #700 🦕

Example of warning:

Unknown type for enum com.google.maps.model.AddressType: 'plus_code'

Example of a query with plus_code address type:
https://maps.googleapis.com/maps/api/geocode/json?address=393V%2BP9%20Ten-Bel%2C%20Spain

Example of warning:
```
Unknown type for enum com.google.maps.model.AddressType: 'plus_code'
```
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Dec 1, 2020
@jpoehnelt jpoehnelt marked this pull request as ready for review December 1, 2020 15:05
@jpoehnelt jpoehnelt merged commit bb4e1ad into googlemaps:master Dec 1, 2020
googlemaps-bot pushed a commit that referenced this pull request Dec 1, 2020
## [0.15.1](v0.15.0...v0.15.1) (2020-12-01)

### Bug Fixes

* Added `plus_code` address type to fix `SafeEnumAdapter` warnings ([#699](#699)) ([bb4e1ad](bb4e1ad))
@googlemaps-bot
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.15.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@gazanfarov
Copy link
Copy Markdown

Good day! Can we have hotfix 0.15.1 in maven central?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SafeEnumAdapter wants plus_code address type

4 participants