Request Response and Resource Links
The Property Resources API returns a transaction token along with resources.
Response fields
Field | Description |
|---|---|
|
|
|
|
Resource links
The Property Resources API relies on the Coverage and AI Coverage services to return the resource links for the available coverage. The following resource namespaces are supported:
- raster
- ai
- 3d
Requested resources will be grouped by namespace, and the namespace determines the coverage service to be called. You can add custom selectors for each resource type, which are handled by the relevant coverage service. The API simply forwards the resources to the coverage service.
Examples
Tiles
https://api.nearmap.com/tiles/v3/\{type}/\{z}/\{x}/\{y}.\{format}
curl "[https://api.nearmap.com/tiles/v3/Vert/20/964704/629261.img](https://api.nearmap.com/tiles/v3/Vert/20/964704/629261.img)" -v
-H "Authorization: Transaction {transactionToken}"
--out 20_964704_629261.jpgUpdated about 6 hours ago
