mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common
/
TileRegionEstimateResult
Tile
Region
Estimate
Result
open
class
TileRegionEstimateResult
:
Serializable
The result of tile region estim
Constructors
Functions
Properties
Constructors
Tile
Region
Estimate
Result
Link copied to clipboard
open
fun
TileRegionEstimateResult
(
errorMargin
:
Double
,
transferSize
:
Long
,
storageSize
:
Long
,
@
Nullable
extraData
:
Value
)
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
error
Margin
Link copied to clipboard
val
errorMargin
:
Double
extra
Data
Link copied to clipboard
@
Nullable
@get:
Nullable
val
extraData
:
Value
storage
Size
Link copied to clipboard
val
storageSize
:
Long
transfer
Size
Link copied to clipboard
val
transferSize
:
Long