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, GeoCircle or GeoCorridor restricts the results to only POIs.

    Declaration

    Swift

    public init(_ query: String, area: TextQuery.Area)

    Parameters

    query

    Desired query to search.

    area

    Area which to provide the most relevant places.

  • Area to perform search on.

    See more

    Declaration

    Swift

    public struct Area : Hashable