Thanks. My current solution is still that I only display markers in a certain radius of the center. That works fine, as the markers are peaks/cabins in the swiss alps and the user knows where the peaks are anyway. If I want to expand my app, though, I need a solution that scales. By now I have found several Javasript APIs, that handle this problem in a way similiar to what you suggested: by clustering markers. e.g.: http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/1.0/
I haven't found the time to solve that yet, as it is not pressing at the moment. But I will probably define areas (e.g. Berner Oberland, Wallis, Tessin) and countries and cluster the markers located there. Stephan ------- Interessiert an Android?http://android-schweiz.blogspot.com/ Whant to learn German?http://german-podcast.blogspot.com On 21 Jan., 17:31, Brill Pappin <[email protected]> wrote: > We had an issue like that in an experimental app we never released. > > What worked for us was that we merged points that were overlapping on the > display depending on the magnification. > > The further in you go, the more those merge point break out, which keeps the > number of points to a manageable level for the developer and a usable number > for the user. > > You will need to create a custom point though so that it looks right and its > clear that points are merged. > > - Brill Pappin -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en

