toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map-gpt
/
com.mapbox.navigation.mapgpt.settings
/
MapGptSettings
Map
Gpt
Settings
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
MapGptSettings
(
debugModeRepository
:
DebugModeRepository
,
settingsRepository
:
SettingsRepository
)
Members
Constructors
Map
Gpt
Settings
Link copied to clipboard
constructor
(
debugModeRepository
:
DebugModeRepository
,
settingsRepository
:
SettingsRepository
)
Properties
endpoint
Type
Link copied to clipboard
val
endpointType
:
PersistedMutableStateFlow
<
String
?
>
is
Chat
Enabled
Link copied to clipboard
val
isChatEnabled
:
PersistedMutableStateFlow
<
Boolean
>
is
Enabled
Link copied to clipboard
val
isEnabled
:
PersistedMutableStateFlow
<
Boolean
>
is
Local
Tts
Enabled
Link copied to clipboard
val
isLocalTtsEnabled
:
MutableStateFlow
<
Boolean
>
language
Link copied to clipboard
val
language
:
PersistedMutableStateFlow
<
Locale
?
>
llm
Profile
Name
Link copied to clipboard
val
llmProfileName
:
StateFlow
<
String
?
>
local
Chat
Override
Enabled
Link copied to clipboard
val
localChatOverrideEnabled
:
PersistedMutableStateFlow
<
Boolean
>
map
Gpt
Replay
Playing
Link copied to clipboard
val
mapGptReplayPlaying
:
MutableStateFlow
<
Boolean
>
map
Gpt
Replay
Recording
Active
Link copied to clipboard
val
mapGptReplayRecordingActive
:
MutableStateFlow
<
Boolean
>
map
Gpt
Service
Type
Link copied to clipboard
val
mapGptServiceType
:
PersistedMutableStateFlow
<
Int
>
show
Avatar
Tutorial
Link copied to clipboard
val
showAvatarTutorial
:
PersistedMutableStateFlow
<
Boolean
>
show
Wake
Word
Tutorial
Link copied to clipboard
val
showWakeWordTutorial
:
PersistedMutableStateFlow
<
Boolean
>