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

fix: Add missing type administrative_area_level_6 and administrative_area_level_7 #986

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gpradhan27
Copy link

@gpradhan27 gpradhan27 commented May 14, 2024

This PR adds the missing AddressComponentType administrative_area_level_6 and administrative_area_level_7 - the java doc comments for enum types were copied from https://developers.google.com/maps/documentation/geocoding/requests-geocoding , hope this is the correct one.


Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #985 🦕

@gpradhan27
Copy link
Author

hi @wangela could you please review this?

@pantelis-goku
Copy link

@amuramoto Do we plan to integrate the changes for the additional administrative levels? cc @gpradhan27

  • administrative_area_level_6
  • administrative_area_level_7

@amuramoto
Copy link
Member

@amuramoto Do we plan to integrate the changes for the additional administrative levels? cc @gpradhan27

  • administrative_area_level_6
  • administrative_area_level_7

Unfortunately I'm not a maintainer on this repo anymore so I can't accept PRs.

@pantelis-goku
Copy link

@amuramoto Do you happen to know who the maintainer is now? Is the project still supported?

@amuramoto
Copy link
Member

I believe that would be @wangela

@fotag
Copy link

fotag commented Oct 22, 2024

Thanks @amuramoto! @wangela Is this correct? If not, do you know if this client is still maintained by Google?

I believe that would be @wangela

@gpradhan27
Copy link
Author

hi @wangela any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unknown type for enum com.google.maps.model.AddressComponentType: 'administrative_area_level_7'
4 participants