coverage property

List<Marker> coverage
getter/setter pair

Coverage polygons; populated only when the warnings coverage geometry was requested (CoverageGeometry.polygons).

Every Marker holds one polygon: part 0 is the outer ring, the following parts are the holes. Rings are closed (first point repeated as the last), as published by the weather provider.

Implementation

List<Marker> coverage;