isDynamicFrameRateEnabled property

bool isDynamicFrameRateEnabled

Flag used to enable or disable the dynamic frame rate. Controls whether the number of map updates is dynamically calculated based on the current zoom level. If the zoom level is low, i.e., the camera target distance is high, updates to LocationIndicator, MapCamera and MapPolylines representing the route progress will happen less frequent. It is on by default.

Implementation

bool get isDynamicFrameRateEnabled;
void isDynamicFrameRateEnabled=(bool value)

Flag used to enable or disable the dynamic frame rate. Controls whether the number of map updates is dynamically calculated based on the current zoom level. If the zoom level is low, i.e., the camera target distance is high, updates to LocationIndicator, MapCamera and MapPolylines representing the route progress will happen less frequent. It is on by default.

Implementation

set isDynamicFrameRateEnabled(bool value);