SearchResponse
public struct SearchResponse
A response structure that contains search results for the requested search query.
-
Creates an instance of the
SearchResponse.Declaration
Swift
public init(summary: SearchRequestSummary, results: [SearchResult])Parameters
summarySummary information about the search that was performed.
resultsArray of SearchResult objects containing information about places or points of interest.
-
Summary information about the search that was performed.
See moreDeclaration
Swift
public struct Summary -
Summary information about the search that was performed.
Declaration
Swift
public let summary: SearchRequestSummary -
Array of SearchResult objects containing information about places or points of interest.
Declaration
Swift
public let results: [SearchResult]
TomTom SDK for iOS (0.53.1)
SearchResponse