GET api/MapImage?tileSetClientID={tileSetClientID}&latitude={latitude}&longitude={longitude}&zoomLevel={zoomLevel}&width={width}&height={height}&opacity={opacity}&bingMapsKey={bingMapsKey}

[Authorised Call] Retrieve an area of a map as a static PNG image with the flood area visible.

Request Information

Parameters

NameDescriptionAdditional information
tileSetClientID
Current flood alert tile set

Define this parameter in the request URI.

latitude
Latitude of center point of map to return

Define this parameter in the request URI.

longitude
Longitude of center point of map to return

Define this parameter in the request URI.

zoomLevel
Zoom level of map to return

Define this parameter in the request URI.

width
Width of image (Must be greater than 80 and lexx than 800 pixels)

Define this parameter in the request URI.

height
Height of image (Must be greater than 80 and lexx than 800 pixels)

Define this parameter in the request URI.

opacity
Opacity of image. Must be greater than 0 and less than 1

Define this parameter in the request URI.

bingMapsKey
Your own bing maps key

Define this parameter in the request URI.