isPassthroughWaypointsHandlingEnabled property
Defines whether to enable or disable handling of passthrough waypoints.
By default the handling of passthrough waypoints is disabled.
Return true if handling of passthrough waypoints is enabled, otherwise - false.
Implementation
bool get isPassthroughWaypointsHandlingEnabled;
Defines whether to enable or disable handling of passthrough waypoints.
By default the handling of passthrough waypoints is disabled.
Set to true enables handling of passthrough waypoints, set to false disables handling of passthrough waypoints.
Implementation
set isPassthroughWaypointsHandlingEnabled(bool value);