> I created an XML with the same data points and the load time is > significantly faster.
if by 'XML' you mean you are using GGeoXml to display your polys, it has a trick up its sleeve. GGeoXml runs at Google's servers. Should the display be more complex than is sensible for rendering at the client as ordinary polys, it will generate a tiled set of image overlays at Google's server end and substitute those for the client to use. Thus there is no access to the "polys" features at the client at all. See http://code.google.com/apis/kml/documentation/mapsSupport.html and http://groups.google.com/group/google-maps-api/browse_thread/thread/32e34cd53372219a/a137bf6f121ec433 -- 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.
