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