public struct PlaceIdQuery : Hashable

The options to specify a Place id query.

  • Desired Place id to search.

    Declaration

    Swift

    public let id: String
  • Constructs a PlaceIdQuery from the provided Place id.

    Declaration

    Swift

    public init(_ id: String)

    Parameters

    id

    Desired Place id to search.