toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map-gpt
/
com.mapbox.navigation.mapgpt.replayer
/
MapGptReplaySupport
Map
Gpt
Replay
Support
object
MapGptReplaySupport
Members
Functions
get
Recording
Session
From
JSON
Link copied to clipboard
suspend
fun
getRecordingSessionFromJSON
(
json
:
String
)
:
MapGptRecordingSession
?
get
Session
File
Link copied to clipboard
suspend
fun
getSessionFile
(
pathAndFileName
:
String
)
:
MapGptRecordingSession
?
write
Session
To
File
Link copied to clipboard
suspend
fun
writeSessionToFile
(
items
:
List
<
MapGptInteractions
>
,
context
:
Context
)