pyautark (soon)
@urban-toolkit/autk-core / BoundingBox
Interface: BoundingBox
Defined in: types-layer.ts:63
Named geographic bounding box returned by GeoJSON utility helpers.
The fields preserve the coordinate order used throughout the toolkit while giving each bound an explicit longitude/latitude name.
Properties
maxLat
maxLat:
number
Defined in: types-layer.ts:71
Maximum latitude contained in the bounds.
maxLon
maxLon:
number
Defined in: types-layer.ts:69
Maximum longitude contained in the bounds.
minLat
minLat:
number
Defined in: types-layer.ts:67
Minimum latitude contained in the bounds.
minLon
minLon:
number
Defined in: types-layer.ts:65
Minimum longitude contained in the bounds.