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
/
RoutePtItem
Route
Pt
Item
@
Serializable
class
RoutePtItem
(
var
name
:
String
,
val
coordinate
:
Coordinate
,
var
angle
:
Int
=
-1
)
:
LocationInfo
Members
Constructors
Route
Pt
Item
Link copied to clipboard
constructor
(
name
:
String
,
wgsLon
:
Double
,
wgsLat
:
Double
,
angle
:
Int
)
constructor
(
wgsLon
:
Double
,
wgsLat
:
Double
)
constructor
(
name
:
String
,
wgsLon
:
Double
,
wgsLat
:
Double
)
constructor
(
name
:
String
,
coordinate
:
Coordinate
,
angle
:
Int
=
-1
)
Properties
angle
Link copied to clipboard
var
angle
:
Int
coordinate
Link copied to clipboard
open
override
val
coordinate
:
Coordinate
name
Link copied to clipboard
var
name
:
String