I was trying to access the LatLng for a chosen place that is not at my location. How can you do that in flutter with the google_maps_flutter plugin? and why is it restricted to Android lolipop and above.
Asked
Active
Viewed 158 times
0
-
You need to use external API for the address to the lat-long convertor. Try this package https://pub.dev/packages/geocoder – Vivek Bansal Dec 07 '19 at 12:59
-
Great! Feel free to upvote comment. – Vivek Bansal May 13 '20 at 06:01