GooglePlacesSwift Framework Reference

PlaceSearchViewRequest

enum PlaceSearchViewRequest
extension PlaceSearchViewRequest : Equatable

The type of request that should be used to fetch the place search results.

  • Returns a Boolean value indicating whether two values are equal.

    Equality is the inverse of inequality. For any values a and b, a == b implies that a != b is false.

    Declaration

    Swift

    static func == (a: PlaceSearchViewRequest, b: PlaceSearchViewRequest) -> Bool
  • Declaration

    Swift

    case searchByText(SearchByTextRequest)
  • Declaration

    Swift

    case searchNearby(SearchNearbyRequest)