> I have a scenario where i do a json call, and it returns array of objects. > Each json object is a geo location, either a gmap marker or route/polyline. > Every object has properties: id, name, description, kml_url. Kml_url is > used to draw a object's kml on a map,
Is there some compelling reason to use KmlLayer in this way? It strikes me that its become more trouble for you than its worth for displaying a handful of 'intereactive' geometries. You could keep your KML data structure and render as ordinary overlays, see GeoXml3 -- 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 google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.