bounds

fun bounds(value: List<Double> = listOf(-180.0, -85.051129, 180.0, 85.051129)): VectorSource.Builder

An array containing the longitude and latitude of the southwest and northeast corners of the source's bounding box in the following order: [sw.lng, sw.lat, ne.lng, ne.lat]. When this property is included in a source, no tiles outside of the given bounds are requested by Mapbox GL.