MapList - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

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.