GooglePlacesSwift Framework Reference

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 and b, a == b implies that a != b is false.

    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.