timeInterval property

  1. @override
TimeValue? timeInterval
override

The suggested time slider step size for this time aware layer.

You can use this information to set the step size for a time slider control. The value is null if no time interval is suggested. The author of the layer's data typically configures this property if the data has been collected on a regular basis. For example, the daily position of a hurricane.

Implementation

@override
TimeValue? get timeInterval => _timeInterval.value;