Companion

Functions

Link copied to clipboard
fun anchored(anchor: ScreenCoordinate, zoom: Double? = null, bearing: Double? = null, pitch: Double? = null, padding: EdgeInsets? = null): CameraOptions

Creates a camera options with a screen anchor point. Use this for transformations that should keep a specific screen point fixed.

Link copied to clipboard
fun centered(center: LatLng, zoom: Double? = null, bearing: Double? = null, pitch: Double? = null, padding: EdgeInsets? = null): CameraOptions

Creates a camera options with a geographic center point. Use this for absolute positioning of the camera.