mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
TilesetDescriptorOptions
Tileset
Descriptor
Options
class
TilesetDescriptorOptions
:
Serializable
Describes the tileset descriptor option values.
Types
Functions
Properties
Types
Builder
Link copied to clipboard
class
Builder
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
Builder
Link copied to clipboard
open
fun
toBuilder
(
)
:
TilesetDescriptorOptions.Builder
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
extra
Options
Link copied to clipboard
@
Nullable
@get:
Nullable
val
extraOptions
:
Value
max
Zoom
Link copied to clipboard
val
maxZoom
:
Byte
min
Zoom
Link copied to clipboard
val
minZoom
:
Byte
pixel
Ratio
Link copied to clipboard
val
pixelRatio
:
Float
style
Pack
Options
Link copied to clipboard
@
Nullable
@get:
Nullable
val
stylePackOptions
:
StylePackLoadOptions
style
URI
Link copied to clipboard
@
NonNull
@get:
NonNull
val
styleURI
:
String
tilesets
Link copied to clipboard
@
Nullable
@get:
Nullable
val
tilesets
:
List
<
String
>