Edit
by RUHA - 2 years ago (2022-05-14)
Find the latitude and latitude from a Google Maps address
| I want to find latitude and latitude from a Google maps address. |
Ask clarification
1 Recommendation
Google Geocode API: Get the location of a street with Google Maps API
This class can get the geographic location of a street with Google Maps API.
It sends an HTTP request to Google Maps Web services API Web server to get the geographic coordinates of a given street address, city and country.
The class parses the response and returns the latitude and longitude of the given address if found, as well the accuracy of the results and the address validity status.
| by Manuel Lemos 26695 - 2 years ago (2022-05-15) Comment
There are many packages to do that. This solution is one of those packages to get the latitude and longitude of a given address. |