Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class CameraOptions(val center: LatLng? = null, val padding: EdgeInsets? = null, val anchor: ScreenCoordinate? = null, val zoom: Double? = null, val bearing: Double? = null, val pitch: Double? = null)
Camera position and orientation options.