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
/
TomTomSearchResponse
Tom
Tom
Search
Response
@
Serializable
data
class
TomTomSearchResponse
(
val
summary
:
Summary
?
=
null
,
val
results
:
List
<
SearchResult
>
?
=
null
)
Members
Constructors
Tom
Tom
Search
Response
Link copied to clipboard
constructor
(
summary
:
Summary
?
=
null
,
results
:
List
<
SearchResult
>
?
=
null
)
Properties
results
Link copied to clipboard
val
results
:
List
<
SearchResult
>
?
=
null
summary
Link copied to clipboard
val
summary
:
Summary
?
=
null