mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common.location
/
Location
Location
open
class
Location
:
Serializable
Location information.
Types
Functions
Properties
Extensions
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
(
)
:
Location.Builder
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
altitude
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
altitude
:
Double
bearing
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
bearing
:
Double
bearing
Accuracy
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
bearingAccuracy
:
Double
extra
Link copied to clipboard
@
Nullable
@get:
Nullable
val
extra
:
Value
floor
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
floor
:
Long
horizontal
Accuracy
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
horizontalAccuracy
:
Double
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double
monotonic
Timestamp
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
monotonicTimestamp
:
Long
source
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
source
:
String
speed
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
speed
:
Double
speed
Accuracy
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
speedAccuracy
:
Double
timestamp
Link copied to clipboard
val
timestamp
:
Long
vertical
Accuracy
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
verticalAccuracy
:
Double
Extensions
to
Android
Location
Link copied to clipboard
fun
Location
.
toAndroidLocation
(
)
:
Location