Place - daneden/Twift GitHub Wiki
The place tagged in a Tweet is not a primary object on any endpoint, but can be found and expanded in the Tweet resource.
public struct Place: Codable, Identifiable Codable, Fielded, Identifiable
public typealias ID = Stringpublic typealias Field = PartialKeyPath<Self>The unique identifier of the expanded place, if this is a point of interest tagged in the Tweet.
public let id: IDA longer-form detailed place name.
public let fullName: StringReturns the identifiers of known places that contain the referenced place.
public let containedWithin: [Place.ID]?The full-length name of the country this place belongs to.
public let country: String?The ISO Alpha-2 country code this place belongs to.
public let countryCode: String?Contains place details in GeoJSON format.
public let geo: GeoJSON?The short name of this place.
public let name: String?Specified the particular type of information represented by this place information, such as a city name, or a point of interest.
public let placeType: String?