BoundOptions
data class BoundOptions(val bounds: LatLngBounds? = null, val minZoom: Double? = null, val maxZoom: Double? = null, val minPitch: Double? = null, val maxPitch: Double? = null)(source)
Options to limit what parts of a map are visible. All fields are optional.
Constructors
Link copied to clipboard
constructor(bounds: LatLngBounds? = null, minZoom: Double? = null, maxZoom: Double? = null, minPitch: Double? = null, maxPitch: Double? = null)