amnesia7
unread,Jun 29, 2011, 5:06:12 PM6/29/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Maps JavaScript API v3
The page says:
"The Google Places Autocomplete API is part of the Google Places API
and shares an API key and quotas with the Places API."
which says:
"Users with an API key are allowed 1,000 requests per 24 hour period.
Users who have also verified their identity through the APIs console
are allowed 100,000 requests per 24 hour period."
Does the json call offer a jsonp callback? Otherwise, won't the call
be logged against the web server's ip address for quota limits rather
than the client's ip address?
Please advise on how to use this API for a jsonp callback or does the
webserver need to call the json file and load it each time it changes
as a json file so that it is on the same domain as the website with
the autocomplete text field?
Please advise.