Skip to content

AddressType: add night_club#384

Merged
domesticmouse merged 2 commits intogooglemaps:masterfrom
apjanke:add-night_club-addresstype
Nov 14, 2017
Merged

AddressType: add night_club#384
domesticmouse merged 2 commits intogooglemaps:masterfrom
apjanke:add-night_club-addresstype

Conversation

@apjanke
Copy link
Copy Markdown
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