YMKNavigationSpeedLimits

Warning

This feature is available in the NaviKit SDK version.

class YMKNavigationSpeedLimits : NSObject

Summary

Class methods

 init(urban: YMKLocalizedValue,
      rural: YMKLocalizedValue,
 expressway: YMKLocalizedValue)

Properties

var urbanYMKLocalizedValue { get }

var ruralYMKLocalizedValue { get }

var expresswayYMKLocalizedValue { get }

Class methods

init(urban:rural:expressway:)

 init(urban: YMKLocalizedValue,
      rural: YMKLocalizedValue,
 expressway: YMKLocalizedValue)


Properties

urban

var urban: YMKLocalizedValue { get }


rural

var rural: YMKLocalizedValue { get }


expressway

var expressway: YMKLocalizedValue { get }