Bluedot SDK Docs
16.1.0
Bluedot SDK Docs
/
au.com.bluedot.point.net.engine
/
LocationInfo
Location
Info
data
class
LocationInfo
(
val
latitude
:
Double
,
val
longitude
:
Double
,
speed
:
Float
,
bearing
:
Float
,
val
timeStamp
:
Long
)
:
Parcelable
Content copied to clipboard
Constructors
Functions
Inherited functions
Properties
Constructors
Location
Info
Link copied to clipboard
fun
LocationInfo
(
bdLocation
:
BDLocationUpdate
)
Content copied to clipboard
Location
Info
Link copied to clipboard
fun
LocationInfo
(
latitude
:
Double
,
longitude
:
Double
,
speed
:
Float
,
bearing
:
Float
,
timeStamp
:
Long
)
Content copied to clipboard
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
Content copied to clipboard
longitude
Link copied to clipboard
val
longitude
:
Double
Content copied to clipboard
timeStamp
Link copied to clipboard
val
timeStamp
:
Long
Content copied to clipboard
Functions
get
Bearing
Link copied to clipboard
fun
getBearing
(
)
:
Double
Content copied to clipboard
get
Speed
Link copied to clipboard
fun
getSpeed
(
)
:
Double
Content copied to clipboard
has
Bearing
Link copied to clipboard
fun
hasBearing
(
)
:
Boolean
Content copied to clipboard
has
Speed
Link copied to clipboard
fun
hasSpeed
(
)
:
Boolean
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard