FacebookPlace

public struct FacebookPlace: Codable

A Facebook Page, representing a place with a location. See: https://developers.facebook.com/docs/graph-api/reference/page/

  • id

    The unique identifier for the Facebook Page.

    Declaration

    Swift

    public let id: String
  • The name of the Place represented by this Facebook Page.

    Declaration

    Swift

    public let name: String?
  • The Location of the Place represented by this Facebook Page.

    Declaration

    Swift

    public let location: FacebookTaggedPlaces.FacebookLocation?