MapCameraBoundsConfig

data class MapCameraBoundsConfig(val minZoomPreference: Float? = null, val maxZoomPreference: Float? = null, val latLngBounds: BoundingBox? = null)

Config to control zoom limits and the world bounding box with Map.cameraBounds

Constructors

Link copied to clipboard
constructor(minZoomPreference: Float? = null, maxZoomPreference: Float? = null, latLngBounds: BoundingBox? = null)

Properties

Link copied to clipboard

Bounding box the camera is limited to via CameraBounds.latLngBounds.

Link copied to clipboard

Maximum available zoom level hint via CameraBounds.setMaxZoomPreference.

Link copied to clipboard

Minimum available zoom level hint via CameraBounds.setMinZoomPreference.