| Projects on Google Code | Results 1 - 8 of 8 |
Geocache is a standalone proxy server storing geocoding results from Google Maps. This may save some of the daily quota of geocoding requests to Google Maps.
What it does is extremely simple. It forwards your geocoding queries to google and caches results in a local database, and then sends the r...
=Generic C# GeoCoding API=
Includes a portable GeoCoding domain model along with a generic IGeoCoder service interface. Current implementations include:
* [http://code.google.com/apis/maps/ Google Maps]
* [http://developer.yahoo.com/maps/ Yahoo Maps]
* [http://www.microsoft.com/maps/ ...
=Aliwal Geocoder=
== Your data, on a map==
http://aliwal.googlecode.com/svn/wiki/images/ImportHowto06.png
This tool pins your data onto a map, helping you visualize the _where_ factor. No need to upload your data to an internet map, bring the map to your data instead.
You d...
Geocoding para Chile utilizando google maps para mostrar en el mapa las ubicaciones
Geocoder extension for MediaWiki that uses Google Geocoder service.
sfGeoCompletePlugin provides a widget that has an address input field and an associated auto-complete dropdown that shows suggestions as the user types in a location.
The suggestions are provided from the Google Maps GeoCoder v3. Since the geocoder runs on the user's browser, this implementation...
= Introduction =
GWT wrapper for the reverse geocoder from nicogoeminne
== Adding reverse geocoding support to a GWT project ==
{{{
<inherits name="com.capsula.gwt.reversegeocoder.ReverseGeocoder" />
}}}
== Using the API ==
{{{
LatLng point = ...
ReverseGeocoder.reverseGeocode(po...
Where Are My Friends is an [http://code.google.com/android Android] (version 1) application that plots all of the addresses from your contacts list onto a map.
After getting the addresses for everyone in your contact list, WamF places them all on a map, drawing lines that connect you to them. By ...