google-maps-services-java
google-maps-services-java copied to clipboard
Unknown type for enum com.google.maps.model.AddressComponentType: 'administrative_area_level_7'
Environment details
- Specify the API : Places API
- OS type and version : macOS Sonoma 14.4
- Library version and other environment information: 2.2.0
Steps to reproduce
A warning is thrown when ever api returns place type administrative_area_level_6 or administrative_area_level_7 - example if api contains response of type below
{
"long_name": "RT.2",
"short_name": "RT.2",
"types": [
"administrative_area_level_7",
"political"
]
}
Stack trace
Unknown type for enum com.google.maps.model.AddressComponentType: 'administrative_area_level_7'
If you would like to upvote the priority of this issue, please comment below or react on the original post above with :+1: so we can see what is popular when we triage.
@gpradhan27 Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:
- Check the issue tracker - bugs and feature requests for Google Maps Platform APIs and SDKs
- Open a support case - Get 1:1 support in Cloud Console.
- Discord - chat with other developers
-
StackOverflow - use the
google-mapstag
This is an automated message, feel free to ignore.