Deprecated. A presentation consists of multiple slides. Each slide has a different title, extent, basemap, layers, etc.
Referenced by: Webmap
Properties
Property | Details |
---|---|
displayTimeSlider | Indicates whether to display the time slider (if accessible). |
showLegend | Indicates whether to display a legend on all slides. |
slideAdvancementInterval | Number of seconds to show slide before proceeding to the next slide. |
slides[] | Array of slide objects. |
useTimeExtentOfSlide | Indicates whether to use the time extent (if applicable) of a slide. |
Example
{
"displayTimeSlider": false,
"showLegend": true,
"slideAdvancementInterval": 0,
"slides": [
{
"baseMap": {
"baseMapLayers": [
{
"id": "Census_6367",
"layerType": "ArcGISMapServiceLayer",
"url": "https://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer",
"visibility": true,
"opacity": 1,
"title": "Census",
"showLegend": true
}
],
"title": "Topographic"
},
"mapLocation": {
"centerPoint": {
"spatialReference": {
"wkid": 102100
},
"x": -13039519.5049599,
"y": 4038507.24398202
}
},
"title": {
"backgroundColor": [
0,
0,
0,
255
],
"borderColor": [
0,
0,
0,
255
],
"borderSize": 0,
"font": "Tahoma",
"fontSize": 32,
"foregroundColor": [
255,
255,
255,
255
],
"horizontalAlignment": 1,
"opacity": 0.63,
"text": "Meet in Redlands at 7:30 at Uncle Howies",
"titleFontStyle": 1
},
"visibleLayers": [
{
"featureVisibility": [
[
1
],
[],
[],
[
0
]
],
"id": "73128eb3-05ee-46a7-8c22-0c385a0b1827"
}
]
}
]
}