sdk
/
com.mapbox.search
/
ImageInfo
Image
Info
class
ImageInfo
(url:
String
,
@
Px
()
width:
Int
,
@
Px
()
height:
Int
) :
Parcelable
Content copied to clipboard
Image information.
Constructors
Functions
Properties
Constructors
ImageInfo
Link copied to clipboard
fun
ImageInfo
(url:
String
,
@
Px
()
width:
Int
,
@
Px
()
height:
Int
)
Content copied to clipboard
Functions
describeContents
Link copied to clipboard
abstract fun
describeContents
():
Int
Content copied to clipboard
writeToParcel
Link copied to clipboard
abstract fun
writeToParcel
(p0:
Parcel
, p1:
Int
)
Content copied to clipboard
Properties
height
Link copied to clipboard
val
height
:
Int
Content copied to clipboard
image height in pixels.
url
Link copied to clipboard
val
url
:
String
Content copied to clipboard
image URL.
width
Link copied to clipboard
val
width
:
Int
Content copied to clipboard
image width in pixels.