TwitterPlace Object
Represents a Twitter place.
Properties:
| Name | Purpose | Type |
|---|---|---|
| ContainedWithin | IDs of places containing this place | List<string> |
| Country | Full-length country name | string |
| CountryCode | ISO Alpha-2 country code | string |
| FullName | Full name of place | string |
| Geo | Place details | Geo |
| ID | Unique ID for this place | string |
| Name | Short name of place | string |
| PlaceType | Type of place - e.g. city or point of interest | string |
Twitter API: Place Object