I do not have either of those options in my code. I am using a shadowless icon. I also need a clickable infowindow to show the individual and their arrest charge.
Is there a way to set it so that clickable is available, but it loads the data in the infowindow ONLY when they click, and not loading all data when the map loads? So the map doesnt load any of the infowindow data until they click on a marker, which will then load that markers' data in infowindow? I hope this makes sense =) I greatly appreciate the help! On Dec 7, 4:42 pm, Ben Appleton <[email protected]> wrote: > Fusion Tables (and KML) are rendered as image tiles by a Google server, > precisely to be as fast as you observe. v3 markers are rendered in the > browser, so the speed depends on the browser. > > You can speed up marker rendering by setting 'clickable' false (removes DOM > click targets) and 'flat' true (hides shadows). I seem to recall these > double marker rendering speed. > > You can also use a marker manager to cluster markers so that fewer are shown > at once. They can all be seen when you zoom in. > > You could also try a fast browser such as Safari or Chrome, which are both > based on the (fast) WebKit rendering engine. > > - Ben > On 8 Dec 2010 08:31, "Ryan Wood" <[email protected]> wrote: -- 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.
