interval property
The time interval of the data in the layer.
This is useful for the implementation of a time slider control.
Implementation
TimeValue? get interval => _interval.value;
The time interval of the data in the layer.
This is useful for the implementation of a time slider control.
TimeValue? get interval => _interval.value;