Top "Android-maps-utils" questions

Handy extensions to the Google Maps Android API.

ClusterManager repaint markers of Google maps v2 utils

I'm making a server request and when I receive the response from server, I'm executing on UI Thread a ClusterManager.…

android android-maps-v2 android-maps-utils
IllegalArgumentException: Unmanaged descriptor using gms.maps.model.Marker.setIcon

I have an app that use android-maps-utils and glide for marker icons. I got an error report using Firebase crash …

android google-maps android-glide android-maps-utils
Android cluster and marker clicks

I'm using the android clustering utility on a map and succesffuly implemented an onclick listener with mClusterManager.setOnClusterItemClickListener() for all …

android google-maps android-maps-utils
ClusterManager setOnCameraIdleListener

While trying to implement use ClusterManager, I noticed that the getMap().setOnCameraChangeListener(clusterManager) is deprecated. Looking at the android-maps-utils sample …

android google-maps-android-api-2 android-maps-utils
Google maps custom marker icon with clustering on Android

I have implemented the code of Google Maps Clustering This is the code in my activity private void setUpClusterer() { mClusterManager = …

android google-maps google-maps-markers android-maps-utils