I have Location but in terms of Google map URL and want to convert it into address. Can anyone tell me How to Do it ? I am using Flutter and MongoDB as a DB . I am storing merchants Live Location in terms of Google Map Location (https…) and want it its address.
2
Answers
You can call a http request to google API
https://developers.google.com/maps/documentation/geocoding/start#reverse
If you don’t have YOUR_API_KEY (google API key for maps) you can create it
You can convert lat lan into address by this way