Conversation
|
@cammace, thanks for your PR! By analyzing the history of the files in this pull request, we identified @zugaldia, @ivovandongen and @sbma44 to be potential reviewers. |
This is a property and can be acquired by the user using |
|
Could I get someone on @mapbox/android for review :) |
| * @param country <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">ISO 3166 alpha 2</a> | ||
| * country codes, separated by commas. | ||
| * @since 2.0.0 | ||
| */ |
There was a problem hiding this comment.
We might want to offer a varargs method here for convenience so that the comma separated format is abstracted:
public void setCountries(String... countries)
|
Thanks a ton for tackling this -- we're a bit thin on Android chops on the geocoding team.
|
|
@ivovandongen: I've added a countries option which takes in a String array, array was used here since it was already implemented that way in the @sbma44 Happy to help out on the geocoding Android side of things. For types, we allow |
We are missing a few options/parameters the geocoder gives you. This PR adds
limitand exposescountryin the auto complete widget. Still need to addlandmark.cc: @zugaldia