On May 28, 9:52 am, Arjen <[email protected]> wrote: > Hi there, > > I have two questions. > > A. Imagine a map of Australia with 100+ markers (red pins). How can I > display 5 (summary) markers that indicate the number of markers (when you > zoom in further)?
Sounds like the markerclusterer http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/1.0/docs/examples.html > > B. How can I dynamically load markers (when user moves the map in a new > direction)? AJAX. Send the new bounds back to the server. -- Larry > > Hopefully you can provide me good examples. > > I use Google Maps API V3 and asp.net server side. > > Thank you very much! > Arjen -- 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.
