mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
Image
Image
class
Image
:
Serializable
Image type.
Constructors
Functions
Properties
Constructors
Image
Link copied to clipboard
open
fun
Image
(
width
:
Int
,
height
:
Int
,
@
NonNull
data
:
DataRef
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
data
Link copied to clipboard
@
NonNull
@get:
NonNull
val
data
:
DataRef
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int