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,
]
Represents bounds in geographic coordinates Uses order of south-west and north-east corners in flat style per GeoJSON RFC.
[
west: number,
south: number,
east: number,
north: number,
]