NavigationUiOptions
class NavigationUiOptions( val units: Units = Units.AUTO, val isSoundEnabled: Boolean = true, val keepInBackground: Boolean = false, val voiceLanguage: Locale = Locale.US, val adaptVoiceLanguage: Boolean = false) : Parcelable
Content copied to clipboard
Represents navigation options that are configurable.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
If Units is set to Units.AUTO, this method returns the units based on the device's locale settings. If Units is set to a non-auto value, the method returns the preferred units.
Link copied to clipboard
Properties
Link copied to clipboard
Whether the language of the message should be used for the voice guidance over voiceLanguage, when the language of a message is different from the voiceLanguage.
Link copied to clipboard