androidMain.tech.skot.libraries.map.SkMapClusterRenderer.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of viewlegacy Show documentation
Show all versions of viewlegacy Show documentation
viewlegacy module for SK-Map skot library
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