Coverage Boundaries

Use this API to retrieve :

Coverage Boundaries

These endpoints return survey boundaries as spatial files (GeoJSON or GeoPackage), suitable for cross-referencing against your own spatial datasets or visualizing Nearmap's coverage footprint on a map.

Survey boundaries by polygon

GET https://api.nearmap.com/coverage/v2/surveyresources/boundaries.{fileFormat}

Returns survey metadata plus the actual survey boundary polygons (as MultiPolygons) for all surveys that intersect a given polygon. Use this to determine which of your assets or properties fall within a specific survey's capture area.

View endpoint reference →


Aggregate boundaries

GET https://api.nearmap.com/coverage/v2/aggregate/boundaries.{fileFormat}

Returns aggregated Nearmap coverage polygons per content type (Vertical, Panorama) across the entire Nearmap footprint, regardless of the requesting user's subscription. No area input is required. Use this to build an interactive map that shows where Nearmap imagery exists.

View endpoint reference →