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
/
QueryIntentDetails
Query
Intent
Details
@
Serializable
data
class
QueryIntentDetails
(
val
lat
:
Float
?
=
null
,
val
lon
:
Float
?
=
null
,
val
query
:
String
?
=
null
,
val
text
:
String
?
=
null
,
val
address
:
String
?
=
null
,
val
bookmark
:
String
?
=
null
)
Members
Constructors
Query
Intent
Details
Link copied to clipboard
constructor
(
lat
:
Float
?
=
null
,
lon
:
Float
?
=
null
,
query
:
String
?
=
null
,
text
:
String
?
=
null
,
address
:
String
?
=
null
,
bookmark
:
String
?
=
null
)
Properties
address
Link copied to clipboard
val
address
:
String
?
=
null
bookmark
Link copied to clipboard
val
bookmark
:
String
?
=
null
lat
Link copied to clipboard
val
lat
:
Float
?
=
null
lon
Link copied to clipboard
val
lon
:
Float
?
=
null
query
Link copied to clipboard
val
query
:
String
?
=
null
text
Link copied to clipboard
val
text
:
String
?
=
null