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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)

Properties

Link copied to clipboard

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

Link copied to clipboard

Location of the cluster.

Link copied to clipboard

Number of MapPlaces, wrapped inside of this cluster.