Get bend detection threshold angle in radians Used for detecting significant direction changes in the path
@override double get bendThreshold => math.pi * 70 / 180;