Hi
Misuse was probably the wrong word
What I meant was geocoding is limited to 2,500 geolocations a
day(http://code.google.com/apis/maps/documentation/geocoding/#Limits)
As we can see in other posts Google are starting to charge if map
transaction excede the limit.
To future proof we should be searching or own databases first then
only using Google to geocode the remainder.
ie Requests to Cities and Towns should be made to inhouse databases
requests to addresses using the geocoder.
The initial poster used Paris and London as examples which should be
obtained from inhouse.


Regards Davie

On Nov 1, 9:51 am, Rossko <[email protected]> wrote:
> Perhaps someone said "the UK is not in the Euro zone" and was
> misunderstood ;)
>
> > 1. Using the geocoder for every request is a missuse of the geocoder
>
> I don't think that is the case, the geocoder is intended for exactly
> this case, trying to find out what the user typed in.
>
> I would suggest your programmers look at viewport 
> biasinghttp://code.google.com/apis/maps/documentation/javascript/services.ht...
> They might also filter results and discard those lying outside of some
> given bounding box

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to