interface WidgetsJson {
    floorFilter?: FloorFilterJson;
    range?: RangeJson;
    timeSlider?: TimeSliderJson;
}

Properties

floorFilter?: FloorFilterJson

Configurable properties used by the floor filter widget.

range?: RangeJson

Active range.

timeSlider?: TimeSliderJson

Time animation is controlled by a configurable time slider. The time slider widget will act upon all the time aware layers in the map.