Pages tagged geocode:

IP Address Geolocation Javascript API : JSON | The Code Dreamer
http://www.nitinh.com/2009/04/ip-address-geolocation-javascript-api-json/

.nitinh.com/2009/04/ip-address-geolocation-javascript-api-json/ IPAddressGeolocation AddressGeolocation ??? a??????
GeoAPI Home
http://geoapi.com/
All your location needs in one API.
Track User Geolocation With JavaScript - Webmonkey
http://www.webmonkey.com/tutorial/Track_User_Geolocation_With_JavaScript
Geolocation EASY
GeoLocation
John Graham-Cumming: The 10:10 Code
http://blog.jgc.org/2010/06/1010-code.html
Four years ago I wrote about a way to encode the latitude and longitude of any point on the Earth's surface to 10m of accuracy with a 10 character code. Apart from a modification to the way the check digit is calculated, the code remains unchanged.
Four years ago I wrote about a way to encode the latitude and longitude of any point on the Earth's surface to 10m of accuracy with a 10 character code. Apart from a modification to the way the check digit is calculated, the code remains unchanged. The idea is this: instead of giving people addresses, or coordinates, you can give them something like a post code for any point on the Earth's surface. This can then be entered into a GPS device and decoded. Thus a business can provide its 10:10 code and know that people will be able to find it.
code to calculate gps position accuratly to 10 m
How to Build a Distance Finder with Google Maps API
http://www.1stwebdesigner.com/tutorials/distance-finder-google-maps-api/
We'll make a distance finder. We'll add a Google map to our site, plot two points on it (the user will be able to choose the addresses for these points), compute the distance between them and show the quickest route between them.
permite determinar y trazar la distancia entre dos direcciónes, se podría utilizar para mostrar negocios por cercania. muy bueno
We’ll make a distance finder. We’ll add a Google map to our site, plot two points on it (the user will be able to choose the addresses for these points), compute the distance between them and show the quickest route between them.
How to Build a Distance Finder with Google Maps API
cool distance finder between two addresses build with javascript and google maps api