AbduzZami / open_street_map_search_and_pick

GNU General Public License v3.0
15 stars 30 forks source link

Map is not working #33

Open Si11-ibrahim opened 2 weeks ago

Si11-ibrahim commented 2 weeks ago

I followed the documentation in the pub.dev but the map is not showing and it says something went wrong. How can i resolve this problem? Should i have to do furthermore setups? Screenshot 2024-09-09 235629

rhogan73 commented 2 weeks ago

I had the same problem, and went and debugged the code. The newest version is trying to use Location Services on the device, which means if you haven't configured the perms in your Info.plist or the AndroidManifest.xml, it quietly errors out. To get the services working grant the permissions, and when you restart your application you should see it requests perms and then runs successfully