TextQuery
public struct TextQuery : Hashable
The options to specify a text query.
-
Desired query to search.
Declaration
Swift
public var query: String -
Area which to provide the most relevant places.
Declaration
Swift
public var area: TextQuery.Area -
The filter options to specify a place in query. Consists of fuel and truck options.
Declaration
Swift
public var placeFilter: PlaceFilter -
Constructs a TextQuery from the provided text query and geographic area. For Offline Search, search in a given
GeoBox,GeoCircleorGeoCorridorrestricts the results to only POIs.Declaration
Swift
public init(_ query: String, area: TextQuery.Area)Parameters
queryDesired query to search.
areaArea which to provide the most relevant places.
-
Area to perform search on.
See moreDeclaration
Swift
public struct Area : Hashable