SearchRequestSummary

public struct SearchRequestSummary

Summary information about the search that was performed.

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • The query this is a response to.

    Declaration

    Swift

    public let query: String
  • The time the query took to execute.

    Declaration

    Swift

    public let queryTime: Measurement<UnitDuration>?
  • The number of results.

    Declaration

    Swift

    public let numResults: Int
  • Start index of returned results for query.

    Declaration

    Swift

    public let offset: Int
  • Number of total results available for given query.

    Declaration

    Swift

    public let totalResults: Int
  • The fuzzy search level.

    Declaration

    Swift

    public let fuzzyLevel: Int
  • The position used to bias the results.

    Declaration

    Swift

    public let geoBias: CLLocationCoordinate2D?