SearchResponse

public struct SearchResponse

SearchResponse object

Important

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

Lifecycle

Public

  • Summary object.

    Declaration

    Swift

    public let summary: SearchRequestSummary
  • Array of SearchResult objects containing information about places or points of interest.

    Declaration

    Swift

    public let results: [SearchResult]