Notice
This method is deprecated, use mapViewPostcodeV2 instead
Returns a map in PNG format showing the location of the given postcode(s). Postcodes in the different set will be shown in different colours. At most 174 postcodes in total may be supplied. The scale determines the scale of the map and should be between 0 and 6.
Parameters
| postcodes1 | An array of postcodes to form the first set. |
| postcodes2 | An array of postcodes to form the second set. |
| postcodes3 | An array of postcodes to form the third set. |
| postcodes4 | An array of postcodes to form the fourth set. |
| scale | Scale 0 to 6 correspond to the following levels of detail:| 0 | determine automatically | | 1 | street | | 2 | neighborhood | | 3 | city | | 4 | region | | 5 | province | | 6 | country. |
|
Returns
| image | A PNG image, base64 encoded. |