suchoX / PlacePicker

Free Android Map Place Picker alternative using Geocoder instead of Google APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to start off with the user's location?

haldertaer opened this issue · comments

commented

how can I start off the app with the user's current location instead of given coordinates?

You need to fetch user location in your app after asking for user permission and that will give you the Latitude and Longitude which you can use to initialize the library with. PlacePicker doesn't and shouldn't handle permissions. Closing this as it's not an issue.