[GIS] What restrictions on KML/KMZ upload exist in Google Maps API v3

google mapskml

I am currently using the google maps api v3 to load kml files
into my web application. The file I am having trouble with
is a KML which is 274 KB big. It will not load (uncompressed the
file is about 8mb). If I take out elements from the file to shrink it,
then i does load in my web app.

But when i use *http://maps.google.com/?q=http://myapp/kml/mykml.kmz,
then the KML loads perfectly.
If someone can shed some light on this it will be greatly appreciated

Best Answer

Im not so sure on the restrictions in the API but I would imagine a file that size would render extremely slow. An option could be to import your KML file into google fusion tables and then query it using the GM API. The filesize limit is 100mb though, when importing to google fusion tables.