INAVI Navigation SDK Documents
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
INAVI Navigation SDK Documents
model
/
com.inavisys.navisdk.model.location
/
LocationInfo
/
NaviLocation
Navi
Location
@
Serializable
class
NaviLocation
(
val
coordinate
:
Coordinate
,
var
angle
:
Double
,
var
speed
:
Int
)
:
LocationInfo
Members
Constructors
Navi
Location
Link copied to clipboard
constructor
(
wgsLon
:
Double
,
wgsLat
:
Double
,
angle
:
Double
,
speed
:
Int
)
constructor
(
wgsLon
:
Double
,
wgsLat
:
Double
)
constructor
(
coordinate
:
Coordinate
,
angle
:
Double
,
speed
:
Int
)
Properties
angle
Link copied to clipboard
var
angle
:
Double
coordinate
Link copied to clipboard
open
override
val
coordinate
:
Coordinate
speed
Link copied to clipboard
var
speed
:
Int