Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown type for enum com.google.maps.model.AddressComponentType: 'administrative_area_level_7' #985

Open
gpradhan27 opened this issue May 14, 2024 · 1 comment · May be fixed by #986
Open
Labels
triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@gpradhan27
Copy link

Environment details

  1. Specify the API : Places API
  2. OS type and version : macOS Sonoma 14.4
  3. 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'
@gpradhan27 gpradhan27 added triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels May 14, 2024
@wangela
Copy link
Member

wangela commented May 14, 2024

If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 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:

This is an automated message, feel free to ignore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
2 participants