Reimers.dk

.NET, AJAX and Google APIs brought together
Welcome to Reimers.dk Sign in | Join | Help
in Search

Making the most "light-weight" marker possible

Last post 06-28-2010, 23:04 by jjrdk. 1 replies.
Sort Posts: Previous Next
  •  06-28-2010, 1:19 3135

    Making the most "light-weight" marker possible

    I'm going to need to display an "obscene" amount of markers. Right now I'm looking at 500 as an upper limit. 

    I read the post on this topic but I'm curious as to what effect the marker itself has on performance.

    I've read that the default icon is anything but optimized for performance.

    My questions:

    1. How can I create the lightest marker possible? Just get the image file size as small as possible?

    2. Do I need to use an image for the icon? Can it just be a point?

     Thanks.

  •  06-28-2010, 23:04 3136 in reply to 3135

    Re: Making the most "light-weight" marker possible

    If you really need to display 500 markers, then I would suggest using a Silverlight map instead. The problem with Google Maps is that HTML DOM is not optimized for enormous DOM trees. I generally don't recommend displaying more than 100-150 markers. You may want to either reconsider the usability of 500 markers or using a marker clusterer.
View as RSS news feed in XML