EVSearchResponse
public struct EVSearchResponse
A response structure that contains EV search results.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an
EVSearchResponsewith provided EV search results.Declaration
Swift
public init(results: [EVSearchResult])Parameters
resultsThe EV search results returned from the EV Search API.
-
The EV search results returned from the EV Search API.
Declaration
Swift
public let results: [EVSearchResult]
TomTom SDK for iOS (0.53.1)
EVSearchResponse