Skip to main content

LngLatBounds

Represents bounds in geographic coordinates Uses order of south-west and north-east corners in flat style per GeoJSON RFC.

Type

[
west: number,
south: number,
east: number,
north: number,
]