mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
CustomRasterSourceTileData
Custom
Raster
Source
Tile
Data
class
CustomRasterSourceTileData
:
Serializable
Data for a specific CustomRasterSource tile.
Constructors
Functions
Properties
Constructors
Custom
Raster
Source
Tile
Data
Link copied to clipboard
open
fun
CustomRasterSourceTileData
(
@
NonNull
tileId
:
CanonicalTileID
,
@
Nullable
image
:
Image
)
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
image
Link copied to clipboard
@
Nullable
@get:
Nullable
val
image
:
Image
tile
Id
Link copied to clipboard
@
NonNull
@get:
NonNull
val
tileId
:
CanonicalTileID