On Apr 1, 1:21 pm, arm <[email protected]> wrote: > Hi there, > > I currently have a map that utilizes some manual road highlighting code I > had written, and a bunch of math I scrounged together to make the layers > properly redraw upon a zoom so both sides of a road are visible. > > With that in mind, I have a base color for my roads to show their position, > and then draw over that base layer in order to show appropriate sections for > notable events. This base layer is several long polylines which I store in > KML files on my server (using KML loading for performance issues on IE 7 and > somewhat 8). > > My question is, I know there is a limit on goecoding and directionsRequest > calls (2500 per IP I believe I read), but was curious if there was a limit > on the requests for KML, as I see each layer making the request to google, > where I assume they are doing a GET on the KML, parsing, and returning > results. Does such a limit exist? or is KML loading unlimited? If so, I > was looking to pre-load all KML files for a better user experience
These are the documented restrictions: http://code.google.com/apis/kml/documentation/mapsSupport.html There also seems to be a 10 or 15 at a time limit that people have run into as well that isn't documented anywhere I have seen (but which wouldn't surprise me). -- Larry > > Thanks, > > Arm -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
