zhuorantan / LocationPicker

A ready for use and fully customizable location picker for your app
MIT License
400 stars 79 forks source link

Ability to pick searched location without results #5

Closed v-ken closed 8 years ago

v-ken commented 8 years ago

When user is offline or when search doesn't yield any results, the user is still able to pick the location as entered in the search bar

v-ken commented 8 years ago

Was thinking of also adding a allowsArbitraryLocation flag which defaults to your original implementation

zhuorantan commented 8 years ago

Thanks for your codes, it's perfect! No need for a flag since the behavior you added will only occur when there is no network in which LocationPicker is useless before.

v-ken commented 8 years ago

Thanks!