juamor86
juamor86
I only had the method onBeforeClusterItemRenderedoverride but I now added this three method @Override protected void onBeforeClusterItemRendered(Centres centres, MarkerOptions markerOptions) { markerOptions.icon(getItemIcon(centres)); } @Override protected void onClusterItemUpdated(Centres centres, Marker marker)...
I could do the override onBeforeClusterRendered onClusterUpdated to keep the item cluster default but this moment the method onClusterItemUpdated is doing crash the app this my code of my custom...
the error is java.lang.IllegalArgumentException: Unmanaged descriptor at com.google.maps.api.android.lib6.common.m.d(:com.google.android.gms.policy_maps_dynamite@[email protected]:0) at com.google.maps.api.android.lib6.impl.q.c(:com.google.android.gms.policy_maps_dynamite@[email protected]:1) at com.google.maps.api.android.lib6.impl.cy.a(:com.google.android.gms.policy_maps_dynamite@[email protected]:20) at com.google.android.gms.maps.model.internal.o.a(:com.google.android.gms.policy_maps_dynamite@[email protected]:19) at ch.onTransact(:com.google.android.gms.policy_maps_dynamite@[email protected]:4) at android.os.Binder.transact(Binder.java:675) at com.google.android.gms.internal.maps.zza.zzb(SourceFile:20) at com.google.android.gms.internal.maps.zzv.zzg(SourceFile:80) at com.google.android.gms.maps.model.Marker.setIcon(SourceFile:30) at es.juntadeandalucia.msspa.centros.ui.centres.centresMap.CentresMarkerRenderer.onClusterItemUpdated(SourceFile:54) at es.juntadeandalucia.msspa.centros.ui.centres.centresMap.CentresMarkerRenderer.onClusterItemUpdated(SourceFile:28) the method...
set change to app:repeatItems="false" and it is not sufficient