> The coordinates (are in large number) in kml are too large for each > ploygon so google map is not able to load > why us this happening?
When you use GGeoXml to display KML, Google places limits on the complexity of the KML that it will deal with, so as to prevent some users hogging resources shared with others. http://code.google.com/apis/kml/documentation/mapsSupport.html You could simplify the polygons. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
