isExtrapolationEnabled property
Defines whether the position extrapolation logic is enabled or not. The predicted location follows the geometry of the route (or road) ahead. By default it is enabled. Gets the current state of the position extrapolation logic.
Implementation
bool get isExtrapolationEnabled;
Defines whether the position extrapolation logic is enabled or not. The predicted location follows the geometry of the route (or road) ahead. By default it is enabled. Sets whether to enable or disable the position extrapolation logic. By default enabled.
Implementation
set isExtrapolationEnabled(bool value);