mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common
/
TileRegionEstimateOptions
Tile
Region
Estimate
Options
open
class
TileRegionEstimateOptions
:
Serializable
Holds options for the tile region estimation operation.
Constructors
Functions
Properties
Constructors
Tile
Region
Estimate
Options
Link copied to clipboard
open
fun
TileRegionEstimateOptions
(
errorMargin
:
Float
,
preciseEstimationTimeout
:
Long
,
timeout
:
Long
,
@
Nullable
extraOptions
:
Value
)
Tile
Region
Estimate
Options
Link copied to clipboard
open
fun
TileRegionEstimateOptions
(
@
Nullable
extraOptions
:
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
:
Float
extra
Options
Link copied to clipboard
@
Nullable
@get:
Nullable
val
extraOptions
:
Value
precise
Estimation
Timeout
Link copied to clipboard
val
preciseEstimationTimeout
:
Long
timeout
Link copied to clipboard
val
timeout
:
Long