NavigationOptions
constructor(stopWhenArrivedAtDestination: Boolean = true, @FloatRange(from = 0.0) arrivedDistanceThreshold: Double = 15.0, @FloatRange(from = 0.0) userPositionThreshold: Double = 15.0, navigationRecalculationTimeInterval: Duration = 5.seconds)