android-togetherMap icon indicating copy to clipboard operation
android-togetherMap copied to clipboard

实现高德地图的marker聚合功能

Results 3 android-togetherMap issues
Sort by recently updated
recently updated
newest added

aMap.clear(),会造成定位重绘。 //保存List public List getTogMarkerList() { List list=new ArrayList(); Iterator iteratorx = togMarkerMap.entrySet().iterator(); while (iteratorx.hasNext()) { Map.Entry entry = iteratorx.next(); String key = entry.getKey(); Marker value = entry.getValue(); list.add(value); }...

当气泡很多,聚合算法效率比较低,计算时间过长,怎么优化?

Point point = aMap.getProjection().toScreenLocation(latLng); Log.d(TAG, "assignSingleCluster: 返回一个从地图位置转换来的屏幕位置。point="+point.x+"=="+point.y); point.y=0 poi.x=0 poi.y= 0