구글맵
-
구글맵 클러스터 색깔 변경안드로이드 2016. 2. 2. 00:08
다음과 같이 하면 되는걸 확인했습니다. public class MyRenderer extends DefaultClusterRenderer {@Override protected void onBeforeClusterRendered(Cluster cluster, MarkerOptions markerOptions){ // Main color int clusterColor = mContext.getResources().getColor(R.color.primary); int bucket = this.getBucket(cluster); BitmapDescriptor descriptor = this.mIcons.get(bucket); if(descriptor == null) { this.mColoredCircleBac..