NavigationUiOptions
class NavigationUiOptions( val units: Units = Units.AUTO, val isSoundEnabled: Boolean = true, val keepInBackground: Boolean = false, val voiceLanguage: Locale = Locale.US) : 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
Link copied to clipboard
fun NavigationUiOptions( units: Units = Units.AUTO, isSoundEnabled: Boolean = true, keepInBackground: Boolean = false, voiceLanguage: Locale = Locale.US)
Content copied to clipboard
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