2016-05-17 50 views

回答

0

你可以找到關於它的信息here

+0

對不起,我正在使用Here maps,而不是Google Maps:p。感謝您的幫助 ! –

+0

@LongNgôAnhoops,抱歉。) – Alex

0

您可以使用ClusterLayer類。

ClusterLayer cl = new ClusterLayer(); 

如果您想自定義圖像使用他們ImageClusterStyle & ClusterTheme。

ImageClusterStyle imageCluster = new ImageClusterStyle(img); 
ClusterTheme theme = new ClusterTheme(); 
theme.setStyleForDensityRange(2, 9, imageCluster); 
cl.setTheme(theme); 
相關問題