Maps and Navigation SDK
2.1.2
androidJvm
com.tomtom.sdk.search:search-common
/
com.tomtom.sdk.search.ev
/
EvSearchResponse
Ev
Search
Response
class
EvSearchResponse
(
val
results
:
List
<
EvSearchResult
>
=
emptyList()
)
Response from the EV Search API.
Members
Constructors
Ev
Search
Response
Link copied to clipboard
constructor
(
results
:
List
<
EvSearchResult
>
=
emptyList()
)
Properties
results
Link copied to clipboard
val
results
:
List
<
EvSearchResult
>
The EV search results returned from the EV Search API.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String