toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-models
/
com.mapbox.dash.models
/
DestinationImageInfo
Destination
Image
Info
class
DestinationImageInfo
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
constructor
(
val
url
:
String
,
val
width
:
Int
,
val
height
:
Int
)
Members
Constructors
Destination
Image
Info
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
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
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