Thanks Arothian. Setting a timer that sends ten requests every three
seconds appears to resolve the issue.

Unfortunate the response to throttling is not more apparent.

On May 18, 10:19 am, Arothian <[email protected]> wrote:
> I believe that you are limited to 10 geocode requests per second from
> an individual IP address.
>
> -Arothian
>
> On May 18, 1:58 am, bdefore <[email protected]> wrote:
>
>
>
> > I'm trying to use AIR to build a collection of geocodes from the
> > Google Maps API for a series of addresses I am loading in via a local
> > XML file. Initially my requests do come back ok. I run
> > ObjectUtil.toString on the GeocodingEvent... event.response.placemarks
> > [0] outputs to, for example:
>
> >         Google found: (com.google.maps.services::Placemark)#0
> >           address = "Wichita, KS, USA"
> >           AddressDetails = (Object)#1
> >             Accuracy = 4
> >             Country = (Object)#2
> >               AdministrativeArea = (Object)#3
> >                 AdministrativeAreaName = "KS"
> >                 Locality = (Object)#4
> >                   LocalityName = "Wichita"
> >               CountryName = "USA"
> >               CountryNameCode = "US"
> >           addressDetails = (Object)#1
> >           ExtendedData = (Object)#5
> >             LatLonBox = (Object)#6
> >               east = -97.153023
> >               north = 37.840199
> >               south = 37.578865
> >               west = -97.534889
> >           id = "p1"
> >           point = (com.google.maps::LatLng)#7
> >           Point = (Object)#8
> >             coordinates = (Array)#9
> >               [0] -97.335571
> >               [1] 37.686024
> >               [2] 0
>
> > This looks good, but after only a few requests this changes. My
> > requests appear to fail silently, and the following error comes
> > through my debugger:
>
> > Warning: Not a known player download 
> > type,http://maps.googleapis.com/mapsapi/publicapi/geo?q=ORF+Radio+(Austria...
>
> > I can see in that my site URL is there (http://bcdef.org) which is
> > specified in my map object as per the AIR documentation for Gmaps. Is
> > there a limit on the number of requests that can be made over a
> > certain time period? I'm making about 2,000-3,000 in a sequential
> > loader.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" 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-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to