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
Property | Details |
---|---|
basemapGallery | Deprecated. The basemap tool which will use the basemap group defined in the Portal. |
measure | Deprecated. Measure tool. |
routing | Deprecated. The route tool which will leverage the Portals defined route service. |
search | An 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": []
}
}