toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map-gpt-api
/
com.mapbox.navigation.mapgpt.api
/
MapGptState
Map
Gpt
State
data
class
MapGptState
(
val
enabled
:
Boolean
=
false
,
val
conversationActive
:
Boolean
=
false
,
val
uiVisible
:
Boolean
=
false
,
val
profileId
:
String
=
""
,
val
bottomBarHeight
:
Int
=
0
)
Members
Constructors
Map
Gpt
State
Link copied to clipboard
constructor
(
enabled
:
Boolean
=
false
,
conversationActive
:
Boolean
=
false
,
uiVisible
:
Boolean
=
false
,
profileId
:
String
=
""
,
bottomBarHeight
:
Int
=
0
)
Properties
bottom
Bar
Height
Link copied to clipboard
val
bottomBarHeight
:
Int
=
0
conversation
Active
Link copied to clipboard
val
conversationActive
:
Boolean
=
false
enabled
Link copied to clipboard
val
enabled
:
Boolean
=
false
profile
Id
Link copied to clipboard
val
profileId
:
String
ui
Visible
Link copied to clipboard
val
uiVisible
:
Boolean
=
false