getImageSize

@NonNull
abstract fun getImageSize(@NonNull clusterId: String, count: Int): ImageSize

Callback for the application to determine the size of the grouping/clustering image representing a poi group.

Return

The resulting bitmap size

Parameters

clusterId

The clusterId that size is requested for.

count

The number of POIs grouped into a cluster.