MapList

Description

Returns the list of available named tiles for the Map Tiling Service. Only the tiles listed in the response can have tiles generated.

Note: Before sending any requests to the Map Tiling Service, it is good practice to send a MapList request to determine the available tiles of the service.

HTTP GET URL Format

The following format is used for HTTP GET requests:


HTTP GET /mapList.json
			

Parameters

The mapList method does not have any input parameters. You only need to specify mapList.json as the REST parameter.

Example


http://<server>:<port>/rest/Spatial/MapTilingService/mapList.json
			

The following example shows the format of the JSON object returned in the response:


{"Response":["/Samples/NamedTiles/WorldTile","/Samples/NamedTiles/UKCountriesTile","/Samples/NamedTiles/USATile","/Samples/NamedTiles/UK_REGNSTile"]}
			

Returns

An array of String values returned in a JSON response object. This is the list of available named maps for the Map Tiling Service.