toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map-gpt
/
com.mapbox.navigation.mapgpt.ui
/
MapGptCarouselCardParams
Map
Gpt
Carousel
Card
Params
class
MapGptCarouselCardParams
(
val
backgroundColor
:
Color
,
val
backgroundShape
:
Shape
,
val
paddingStart
:
Dp
,
val
paddingVertical
:
Dp
,
val
paddingEnd
:
Dp
,
val
maxWidth
:
Dp
)
Members
Constructors
Map
Gpt
Carousel
Card
Params
Link copied to clipboard
constructor
(
backgroundColor
:
Color
,
backgroundShape
:
Shape
,
paddingStart
:
Dp
,
paddingVertical
:
Dp
,
paddingEnd
:
Dp
,
maxWidth
:
Dp
)
Properties
background
Color
Link copied to clipboard
val
backgroundColor
:
Color
background
Shape
Link copied to clipboard
val
backgroundShape
:
Shape
max
Width
Link copied to clipboard
val
maxWidth
:
Dp
padding
End
Link copied to clipboard
val
paddingEnd
:
Dp
padding
Start
Link copied to clipboard
val
paddingStart
:
Dp
padding
Vertical
Link copied to clipboard
val
paddingVertical
:
Dp
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String