Skip to content Skip to sidebar Skip to footer

Using .getspeedlimit() Also Makes Warning Sounds . How To Override?

Unable to override Here SDK to disable sound effect on the onSpeedExceeded event. Using the Here Developer tutorial, (https://developer.here.com/blog/android-premium-sdk-speed-limi

Solution 1:

Please set speedWarningEnabled accordingly for NMANavigationManager navigationManager:didUpdateSpeedingStatus:forCurrentSpeed:speedLimit: will be sent to the delegate when speeding is detected or when a correction is made.

Also refer http://developer.here.com/documentation/ios-premium/api_reference_jazzy/Classes/NMANavigationManager.html

Post a Comment for "Using .getspeedlimit() Also Makes Warning Sounds . How To Override?"