-1
我試圖在這裏顯示我的地圖製作者的所有地圖,但我不想將它們集中到一個數字,如image。我用這裏的地圖應用程序,標記不聚集Here Maps。 我該怎麼做?如果我不想在這裏映射集羣標記,我該怎麼做?請
我試圖在這裏顯示我的地圖製作者的所有地圖,但我不想將它們集中到一個數字,如image。我用這裏的地圖應用程序,標記不聚集Here Maps。 我該怎麼做?如果我不想在這裏映射集羣標記,我該怎麼做?請
你可以找到關於它的信息here。
您可以使用ClusterLayer類。
ClusterLayer cl = new ClusterLayer();
如果您想自定義圖像使用他們ImageClusterStyle & ClusterTheme。
ImageClusterStyle imageCluster = new ImageClusterStyle(img);
ClusterTheme theme = new ClusterTheme();
theme.setStyleForDensityRange(2, 9, imageCluster);
cl.setTheme(theme);
對不起,我正在使用Here maps,而不是Google Maps:p。感謝您的幫助 ! –
@LongNgôAnhoops,抱歉。) – Alex