toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-android
/
com.mapbox.dash.sdk.plugin.mapgpt
/
MapGptPlugin
Map
Gpt
Plugin
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
interface
MapGptPlugin
:
Plugin
Members
Properties
avatar
Link copied to clipboard
abstract
val
avatar
:
Provider
<
@
Composable
(
Modifier
)
->
Unit
>
carousel
Link copied to clipboard
abstract
val
carousel
:
Provider
<
@
Composable
(
Modifier
,
MapGptUIOptions
)
->
Unit
>
confidential
Label
Link copied to clipboard
abstract
val
confidentialLabel
:
Provider
<
@
Composable
(
Modifier
)
->
Unit
>
map
Gpt
Manager
Link copied to clipboard
abstract
val
mapGptManager
:
Provider
<
InternalMapGptManager
>
screen
Link copied to clipboard
abstract
val
screen
:
Provider
<
@
Composable
(
MapGptUIOptions
)
->
Unit
>
Functions
install
Extra
Definitions
Link copied to clipboard
abstract
fun
installExtraDefinitions
(
module
:
Module
)