mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common.location
/
IntervalSettings
Interval
Settings
open
class
IntervalSettings
:
Serializable
The interval for active location updates
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
(
)
:
IntervalSettings.Builder
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
interval
Link copied to clipboard
@
Nullable
@get:
Nullable
val
interval
:
Long
maximum
Interval
Link copied to clipboard
@
Nullable
@get:
Nullable
val
maximumInterval
:
Long
minimum
Interval
Link copied to clipboard
@
Nullable
@get:
Nullable
val
minimumInterval
:
Long