fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
222 stars 356 forks source link

Get user current location #163

Open meloDramatic007 opened 2 years ago

meloDramatic007 commented 2 years ago

using useCurrentLocation: true seems not working until I add this permission in manifest file <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> please update your readme.md file and add this info

SmarterVision commented 2 years ago

Hello, @meloDramatic007 Can you please share what we must to add as permission on the iOS and Android config files

REGARDS

martin-braun commented 2 years ago

@SmarterVision check the example project. It should contain all permissions.

meloDramatic007 commented 2 years ago

@SmarterVision I edit my comment please check there

SmarterVision commented 2 years ago

@meloDramatic007 thank you for your help, we fixed it on android but we still have the same problem on iOS, what's the permission that we must add to the config files of the iOS folder.

REGARDS

meloDramatic007 commented 2 years ago

@SmarterVision what you use for getting user location location or geolocator ?

SmarterVision commented 2 years ago

@martin-braun thank you for your support your package is working but the current location button on iOS always takes 10seconds to 12seconds can you please let me know how to fix it

PS: on android, the button working properly.

REGARDS