Provides a location report in PDF format for the smallest available administrative area defined by a coordinate in Austria, Germany or Switzerland.
The design of the report can be controlled by a transferred logo and a color definition.
required | object (coordinate) Geolocation defined by latitude and longitude |
logo | string <Base64 Data URL> Logo to be displayed on the report as base64 in png format and max. dimensions 500x500px. Default is the GeoMap-Logo in the report. |
color | string <rgbcolor,> ^#([a-fA-F0-9]{6})$ Default: "#67A030" Color in which the layout of the report should be kept, as hexadecimal color code |
{- "coordinate": {
- "lat": 51.23456,
- "lon": 11.23456
}, - "logo": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2P4DwQACfsD/Z8fLAAAAAAASUVORK5CYII=",
- "color": "#aa33cc"
}
{- "timestamp": "2019-03-05T16:00:44.997+0000",
- "status": 400,
- "error": "Bad Request",
- "message": "Error description",
- "path": "/path/to/endpoint"
}