All Downloads are FREE. Search and download functionalities are using the official Maven repository.

androidMain.tech.skot.libraries.map.SkMapClusterRenderer.kt Maven / Gradle / Ivy

The newest version!
package tech.skot.libraries.map

import android.content.Context
import com.google.android.gms.maps.GoogleMap
import com.google.maps.android.clustering.Cluster
import com.google.maps.android.clustering.ClusterManager
import com.google.maps.android.clustering.view.DefaultClusterRenderer

class SkMapClusterRenderer(
    context: Context,
    map: GoogleMap,
    clusterManager: ClusterManager,
    val clusteringInteractionSettings: SKMapVC.MapClusteringInteractionSettings
) : DefaultClusterRenderer(context, map, clusterManager) {





}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy