Using Google Maps V3
If I understand this correctly there are only 15k geocodes per IP
address (not the key?) in a 24 hour period.
Our web apps reside behind a firewall so all users coming to our site
IP's are changed to a 199.x.x.x IP address. So even though they're
different users they will all have the same IP address...Will Google
some how know they're separate users?
Does this mean that the 15,001 user will be blocked (assuming the 1st
15k only did one hit)
What are my options?
Our company will not spend 10k for the premier service if thats the
only option
I'm using the code:
var geocoder = new google.maps.Geocoder();
geocoder.geocode({address: address}, function(results, status)
{
}
I keep reading conflicting posts on the following
Is the 15k tied to the IP address or to the key?
If its tied to the key couldn't a counter be used to use different
keys after the 15k has been hit?
Thanks in advance
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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.