isOffRoadDestinationVisible property

bool isOffRoadDestinationVisible

Off road destination visibility which defines whether to show a dashed line between the map-matched and the original destination which is off-road. By default it is enabled. Note: The dashed line will be drawn only if the original destination is off-road. Gets the current state of off-road destination visualization during visual navigation.

Implementation

bool get isOffRoadDestinationVisible;
void isOffRoadDestinationVisible=(bool value)

Off road destination visibility which defines whether to show a dashed line between the map-matched and the original destination which is off-road. By default it is enabled. Note: The dashed line will be drawn only if the original destination is off-road. Sets whether to show a dashed line between the map-matched and the original destination which is off-road.

Implementation

set isOffRoadDestinationVisible(bool value);