toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-models
/
com.mapbox.dash.models
/
DestinationImageInfo
Destination
Image
Info
data
class
DestinationImageInfo
(
val
url
:
String
,
val
width
:
Int
,
val
height
:
Int
)
Members
Constructors
Destination
Image
Info
Link copied to clipboard
constructor
(
url
:
String
,
width
:
Int
,
height
:
Int
)
Properties
height
Link copied to clipboard
val
height
:
Int
url
Link copied to clipboard
val
url
:
String
width
Link copied to clipboard
val
width
:
Int