PlaceDetailsQuery
struct PlaceDetailsQuery
extension PlaceDetailsQuery : Equatable
The place detail widget query.
-
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
a
andb
,a == b
implies thata != b
isfalse
.Declaration
Swift
static func == (lhs: PlaceDetailsQuery, rhs: PlaceDetailsQuery) -> Bool
Parameters
lhs
A value to compare.
rhs
Another value to compare.
-
Initializes the place details query with the given identifier.
Declaration
Swift
init(identifier: PlaceIdentifier)
Parameters
identifier
The place identifier.