On 16 March 2013 10:49,  <[email protected]> wrote:
>
> As quota is per IP do we risk to get OVER_QUERY_LIMIT because we host on the
> cloud?

Yes.

> Can we avoid this without switching to paid (premier)?

Yes. Get the client to do their own geocoding. Don't do it on the server.

For any address you already know, don't geocode it on the fly. Do it
once only, and use that result. Geocoding is for addresses you do not
already know -- locations chosen in the client. So get the client to
do the geocoding, and pass the **result** back to your app, not just
the address.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to