MapPlaceClusterData

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

Constructors

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

Functions

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

Properties

expansionZoom
Link copied to clipboard
val expansionZoom: Float

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

location
Link copied to clipboard
val location: GeoCoordinates

Location of the cluster.

placeCount
Link copied to clipboard
val placeCount: Int

Number of MapPlaces, wrapped inside of this cluster.