isPassThrough property
If true, the route passes through this waypoint without stopping (for via waypoints).
If false or null, the route stops at this waypoint.
Returns null if not explicitly set (equivalent to false).
Implementation
bool? get isPassThrough;