how can I get the longitude and latitude coordinates of a place using php for geocoding [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 25 days ago . Improve this question I want to get the longitude and latitude coordinates using php from the given address ($street, $barangay, $city and $province). 回答1: You can use url: http://maps.googleapis.com/maps/api/geocode/json?address=YOUR_ADDRESS It's free. You will get data in json