GooglePlacesSwift Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
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
-
-
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[],[],null,["# GooglePlacesSwift Framework Reference\n\nPlaceSearchViewRequest\n======================\n\n enum PlaceSearchViewRequest\n\n extension PlaceSearchViewRequest : Equatable\n\nThe type of request that should be used to fetch the place search results.\n- `\n ``\n ``\n `\n\n ### [==(_:_:)](#/s:17GooglePlacesSwift22PlaceSearchViewRequestO2eeoiySbAC_ACtFZ)\n\n `\n ` \n Returns a Boolean value indicating whether two values are equal.\n\n Equality is the inverse of inequality. For any values `a` and `b`,\n `a == b` implies that `a != b` is `false`. \n\n #### Declaration\n\n Swift \n\n static func == (a: PlaceSearchViewRequest, b: PlaceSearchViewRequest) -\u003e Bool\n\n- `\n ``\n ``\n `\n\n ### [searchByText(_:)](#/s:17GooglePlacesSwift22PlaceSearchViewRequestO12searchByTextyAcA0eijG0VcACmF)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n case searchByText(../Structs/SearchByTextRequest.html)\n\n- `\n ``\n ``\n `\n\n ### [searchNearby(_:)](#/s:17GooglePlacesSwift22PlaceSearchViewRequestO12searchNearbyyAcA0eiG0VcACmF)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n case searchNearby(../Structs/SearchNearbyRequest.html)"]]