On Jun 21, 10:08 am, Nathan Raley <[email protected]> wrote: > I have a quick question regarding kml layers. > > I am reading a file with several coordinates and am currently generating > anywhere between 100-2000+ markers on my map, each has a click event > associated with them now, b/c of the changes between the v2 and v3 of the > api, that returns the position of the marker. > > Currently I am using marker manager to add these markers to the map in bulk > and I am managing how many are being shown at different view stages. > > Would I get better functionality using kml layers to render the makers and > handle the kml event than I would be using marker manager to handle the > markers?
>From a performance standpoint - definitely yes. > I'm assuming there's no way to bulk add markers to a kml layer by > using something like marker manager is there? You don't add anything to a KmlLayer once it has been created. You can add new layers which will add more data to the same rendered tile layer. Chad Killingsworth -- 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.
