SearchByTextResponse
struct SearchByTextResponseextension SearchByTextResponse : SearchResponse, SendableThe response object for the searchByText method.
-
The pagination object for the response.
Declaration
Swift
var pagination: Pagination<SearchByTextResponse>? { get } -
The array of places that match the request.
Declaration
Swift
var places: [Place]? { get }