mapbox-maps-android
/
com.mapbox.maps
/
TileOptions
Tile
Options
class
TileOptions
:
Serializable
Content copied to clipboard
Options for custom geometry tiles.
Types
Functions
Properties
Types
Builder
Link copied to clipboard
class
Builder
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
Builder
Link copied to clipboard
open fun
toBuilder
():
TileOptions.Builder
Content copied to clipboard
to
String
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
buffer
Link copied to clipboard
private val
buffer
:
Short
Content copied to clipboard
clip
Link copied to clipboard
private val
clip
:
Boolean
Content copied to clipboard
tileSize
Link copied to clipboard
private val
tileSize
:
Short
Content copied to clipboard
tolerance
Link copied to clipboard
private val
tolerance
:
Double
Content copied to clipboard
wrap
Link copied to clipboard
private val
wrap
:
Boolean
Content copied to clipboard