hitching / geo-autocomplete

Automatically exported from code.google.com/p/geo-autocomplete
0 stars 0 forks source link

Limit 2500 geolocation requests/day #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ui.geo_autocomplete.js shows how the autocomplete effect consists in calls to 
google.maps.Geocoder geocode every time the user types in any letter.

Suppose I want to replicate what sites like couchsurfing or tripping do.

If my users type in only cities names, is this considered static or dynamic 
geocoding? (that is, this ways, is there the 2500 limit?)

I'm reading Google Maps policy but I don't get it

Thanks so much for any help

Original issue reported on code.google.com by gionni.t...@gmail.com on 21 Mar 2012 at 3:16