https://github.com/thinkphp/geocoding-explorer
Map interface to the new Google Geocoding API.
https://github.com/thinkphp/geocoding-explorer
Last synced: 3 months ago
JSON representation
Map interface to the new Google Geocoding API.
- Host: GitHub
- URL: https://github.com/thinkphp/geocoding-explorer
- Owner: thinkphp
- Created: 2010-07-24T09:24:00.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-07-24T09:34:15.000Z (over 15 years ago)
- Last Synced: 2024-04-14T14:54:24.698Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Geocoding is process of converting addresses (like 14 blanari bucuresti) into geographic coordinates (like latitude 37.423021 and longitude -122.083739) which you can use to place markers or position the map.Addionally, the service allows you to perform the converse operation (turning coordinates into addresses); this process is known as reverse geocoding.