GroundOverlay

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)(source)