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.network.search
/
EntryPoint
Entry
Point
@
Serializable
data
class
EntryPoint
(
val
type
:
String
?
=
null
,
val
functions
:
List
<
String
>
?
=
null
,
val
position
:
LatLon
?
=
null
)
Members
Constructors
Entry
Point
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
functions
:
List
<
String
>
?
=
null
,
position
:
LatLon
?
=
null
)
Properties
functions
Link copied to clipboard
val
functions
:
List
<
String
>
?
=
null
position
Link copied to clipboard
val
position
:
LatLon
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null