GooglePlacesSwift Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
PlaceDetailsQuery
struct PlaceDetailsQuery
extension PlaceDetailsQuery : Equatable
The place details component query.
-
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 == (lhs: PlaceDetailsQuery, rhs: PlaceDetailsQuery) -> Bool
Parameters
lhs
|
|
rhs
|
Another value to compare.
|
-
Initializes the place details query with the given identifier.
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\nPlaceDetailsQuery\n=================\n\n struct PlaceDetailsQuery\n\n extension PlaceDetailsQuery : Equatable\n\nThe place details component query.\n- `\n ``\n ``\n `\n\n ### [==(_:_:)](#/s:17GooglePlacesSwift17PlaceDetailsQueryV2eeoiySbAC_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 == (lhs: PlaceDetailsQuery, rhs: PlaceDetailsQuery) -\u003e Bool\n\n #### Parameters\n\n |-------------|---------------------------|\n | ` `*lhs*` ` | A value to compare. |\n | ` `*rhs*` ` | Another value to compare. |\n\n- `\n ``\n ``\n `\n\n ### [init(identifier:)](#/s:17GooglePlacesSwift17PlaceDetailsQueryV10identifierAcA0D10IdentifierO_tcfc)\n\n `\n ` \n Initializes the place details query with the given identifier. \n\n #### Declaration\n\n Swift \n\n init(identifier: ../Enums/PlaceIdentifier.html)\n\n #### Parameters\n\n |--------------------|-----------------------|\n | ` `*identifier*` ` | The place identifier. |"]]