[ Whereis® API Home ] [ JSON API Home ] [ Services ]
If you need a static map of Australia, use EMS to generate it. The viewport - that is, the exact geographical area returned by your request - is determined based on the area (bounds) that you request, a centrepoint and radius, a centrepoint and zoom level, or the artefacts (geometry) that you want to display on the map, taken in combination with the map resolutions available.
The API offers eight mapping services: four that return a map, and four that return details about a mappable area.
Service Name | Description |
Returns map as a binary stream, via a URL, or as base 64 data, based on the bounds implied by <mapData> submitted for inclusion | |
Returns map based on bounds | |
Returns map based on centre point and zoom | |
Returns map based on centre point and radius | |
Returns the viewport that corresponds to an equivalent Map by bounds request | |
Returns the viewport that corresponds to an equivalent Map by centre request | |
Returns the viewport that corresponds to an equivalent Map request | |
Returns the viewport that corresponds to an equivalent Map by radius request |
The map services can return a map in one of three formats, depending on the request header that you use.
Returned format | Request header |
Binary stream | Accept: image/png or Accept: image/gif |
JSON with URL Reference | Accept: application/json, image/png or Accept: application/json, image/gif |
JSON with base64: | Accept: application/json, image/png Accept-Encoding: base64 or Accept: application/json, image/gif Accept-Encoding: base64 |
The tile coordinate system used by EMS matches that of Google and Bing. In advanced applications, tiles from multiple services may be combined.