isPassthroughWaypointsHandlingEnabled property

bool isPassthroughWaypointsHandlingEnabled

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;
void isPassthroughWaypointsHandlingEnabled=(bool value)

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);