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

AddressType: add night_club #384

Merged
merged 2 commits into from
Nov 14, 2017
Merged

AddressType: add night_club #384

merged 2 commits into from
Nov 14, 2017

Conversation

apjanke
Copy link
Contributor

@apjanke apjanke commented Nov 13, 2017

This PR adds the NIGHT_CLUB AddressType.

Before:

$ ./bin/gmsj-cli geocode "BFE"
[main] WARN com.google.maps.internal.SafeEnumAdapter - Unknown type for enum com.google.maps.model.AddressType: 'night_club'
Results length: 1
Result 0:
Formatted Address: 11528 Jones Rd, Houston, TX 77070, USA
Types: establishment / unknown / point_of_interest

After:

$ ./bin/gmsj-cli geocode "BFE"
Results length: 1
Result 0:
Formatted Address: 11528 Jones Rd, Houston, TX 77070, USA
Types: establishment / night_club / point_of_interest

@apjanke apjanke changed the title Add night_club addresstype AddressType: add night_club Nov 13, 2017
@domesticmouse domesticmouse merged commit 9758c30 into googlemaps:master Nov 14, 2017
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.

2 participants