GooglePlacesSwift Framework Reference

SearchResponse

protocol SearchResponse : Sendable

Protocol for the response of a place search request.

  • The array of places that match the request.

    Declaration

    Swift

    var places: [Place]? { get }