An object containing all the viewing properties of the web map. If this is null or not defined, the client should assume a logical default.

Referenced by: applicationProperties

Properties

PropertyDetails
basemapGalleryDeprecated. The basemap tool which will use the basemap group defined in the Portal.
measureDeprecated. Measure tool.
routingDeprecated. The route tool which will leverage the Portals defined route service.
searchAn object specifying search parameters within the webmap.

Example

{
"routing": {
"enabled": true
},
"measure": {
"enabled": true
},
"basemapGallery": {
"enabled": true
},
"search": {
"enabled": true,
"disablePlaceFinder": false,
"hintText": "Place or Address",
"layers": []
}
}