MapPlaceClusterData

class MapPlaceClusterData(    val location: GeoCoordinates,     val expansionZoom: Float,     val placeCount: Int) : ViewObjectData

Constructors

Link copied to clipboard
fun MapPlaceClusterData(    location: GeoCoordinates,     expansionZoom: Float,     placeCount: Int)

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun getPayload(): Parcelable
Link copied to clipboard
open fun getPosition(): GeoCoordinates
Link copied to clipboard
open fun getScreenPosition(): ViewObjectData.Point
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open fun setPayload(@NonNull payload: Parcelable)
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)

Properties

Link copied to clipboard
val expansionZoom: Float

Zoom level on which this cluster expands into sub-clusters and/or MapPlaces.

Link copied to clipboard
val location: GeoCoordinates

Location of the cluster.

Link copied to clipboard
val placeCount: Int

Number of MapPlaces, wrapped inside of this cluster.