MapKit Mobile SDK

MRTI18nPrefs

class MRTI18nPrefs : NSObject

Localization preferences.

Summary

Class methods

class func i18nPrefs(withSom som: MRTSystemOfMeasurement,
                      timeFormat: MRTTimeFormat) -> MRTI18nPrefs

Properties

var somMRTSystemOfMeasurement { get }
System of measurement (metric or imperial)

var timeFormatMRTTimeFormat { get }
Time format (12- or 24-hour)

Class methods

i18nPrefs(withSom:timeFormat:)

class func i18nPrefs(withSom som: MRTSystemOfMeasurement,
                      timeFormat: MRTTimeFormat) -> MRTI18nPrefs


Properties

som

var som: MRTSystemOfMeasurement { get }

System of measurement (metric or imperial).


timeFormat

var timeFormat: MRTTimeFormat { get }

Time format (12- or 24-hour).