onSpeedLimit

open fun onSpeedLimit(speed: Double, limit: Double, insideCityArea: Boolean)

Notifies that the current speed limit status has changed By comparing the current speed and the speed limit a speed limit alarm can be enabled / disable for the user

Parameters

speed

Current navigation speed, in mps

limit

Speed limit range in the current navigation position, in mps. A value of 0 means it is not available for the current position

insideCityArea

Current navigation position city area flag. Undefined if speed limit is unavailable for the current position