Companion

object Companion

Functions

Link copied to clipboard
fun toBounds(bounds: LatLngBounds, bearing: Double = UNCHANGED, tilt: Double = UNCHANGED, zoom: Double = UNCHANGED, padding: DoubleArray? = DoubleArray(4)): CameraUpdate

Build a new CameraUpdate that will fit the given bounds.

Link copied to clipboard
fun toTarget(target: LatLng, bearing: Double = UNCHANGED, tilt: Double = UNCHANGED, zoom: Double = UNCHANGED, padding: DoubleArray? = DoubleArray(4)): CameraUpdate

Build a new CameraUpdate that points to target.