Class ClusteringUtil
java.lang.Object
com.streamwide.smartms.lib.googlemap.ui.view.geolocation.ClusteringUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidenableClusteringByZoomLevel(com.google.android.gms.maps.GoogleMap googleMap, GoogleMapMarkerRenderer renderer) static com.google.android.gms.maps.model.BitmapDescriptorgetClusterBitmapDescriptor(android.content.Context context, com.google.maps.android.clustering.Cluster<GoogleClusterItem> cluster) static booleanopenClusterAndZoom(com.streamwide.smartms.lib.template.map.IMap map, com.google.maps.android.clustering.Cluster<GoogleClusterItem> cluster)
-
Field Details
-
MAP_PADDING
public static final int MAP_PADDING- See Also:
-
-
Method Details
-
openClusterAndZoom
public static boolean openClusterAndZoom(@NonNull com.streamwide.smartms.lib.template.map.IMap map, @NonNull com.google.maps.android.clustering.Cluster<GoogleClusterItem> cluster) -
enableClusteringByZoomLevel
public static void enableClusteringByZoomLevel(@NonNull com.google.android.gms.maps.GoogleMap googleMap, @NonNull GoogleMapMarkerRenderer renderer) -
getClusterBitmapDescriptor
@NonNull public static com.google.android.gms.maps.model.BitmapDescriptor getClusterBitmapDescriptor(@NonNull android.content.Context context, @NonNull com.google.maps.android.clustering.Cluster<GoogleClusterItem> cluster)
-