GroundOverlay

data class GroundOverlay(val image: BitmapDescriptor, val position: LatLng? = null, val width: Float? = null, val height: Float? = null, val bounds: LatLngBounds? = null, val anchor: Pair<Float, Float> = Pair(0.5f, 0.5f), val bearing: Float = 0.0f, val transparency: Float = 0.0f, val visible: Boolean = true, val zIndex: Float = 0.0f, val clickable: Boolean = false, val tag: Any? = null)(source)

Constructors

Link copied to clipboard
constructor(image: BitmapDescriptor, position: LatLng? = null, width: Float? = null, height: Float? = null, bounds: LatLngBounds? = null, anchor: Pair<Float, Float> = Pair(0.5f, 0.5f), bearing: Float = 0.0f, transparency: Float = 0.0f, visible: Boolean = true, zIndex: Float = 0.0f, clickable: Boolean = false, tag: Any? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tag: Any?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Float?
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int