googlemaps / google-maps-services-java

Java client library for Google Maps API Web Services
Apache License 2.0
1.7k stars 942 forks source link

fix: Add missing type administrative_area_level_6 and administrative_area_level_7 #986

Open gpradhan27 opened 1 month ago

gpradhan27 commented 1 month ago

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:

Fixes #985 🦕

gpradhan27 commented 1 month ago

hi @wangela could you please review this?