Interface: MonitoredZone¶
Defined in: lib/types.ts:60
Represents a monitored fire risk zone.
A zone is a geographical area (identified by geohash) that is monitored for fire risk. Zones can be regional (large) or local (small areas).
MonitoredZone
Properties¶
| Property | Type | Description | Defined in |
|---|---|---|---|
center_lat |
number |
Center latitude of zone | lib/types.ts:62 |
center_lon |
number |
Center longitude of zone | lib/types.ts:63 |
geohash |
string |
Geohash identifier for the zone | lib/types.ts:61 |
is_regional |
boolean |
True if zone is regional scale | lib/types.ts:64 |
last_updated |
string | null |
ISO 8601 timestamp of last update or null | lib/types.ts:66 |
name |
string | null |
Display name or null | lib/types.ts:65 |