|
| string | Id [get, set] |
| | The unique identifier of the place, if this is a point of interest tagged in the Tweet. More...
|
| |
| string | Name [get, set] |
| | The short name of this place, for example "San Francisco". More...
|
| |
| string | FullName [get, set] |
| | A longer-form detailed place name, for example "San Francisco, CA". More...
|
| |
| PlaceType | PlaceType [get, set] |
| | Specified the particular type of information represented by this place information, such as a city name, or a point of interest. More...
|
| |
| string | CountryCode [get, set] |
| | The ISO Alpha-2 country code this place belongs to. More...
|
| |
| string | Country [get, set] |
| | The full-length name of the country this place belongs to. More...
|
| |
| Place[] | ContainedWithin [get, set] |
| | Returns the identifiers of known places that contain the referenced place. More...
|
| |
| GeoJsonFeature< GeoJsonPoint > | Geo [get, set] |
| | Contains place details in GeoJSON format. More...
|
| |
◆ ContainedWithin
| Place [] CoreTweet.V2.Place.ContainedWithin |
|
getset |
Returns the identifiers of known places that contain the referenced place.
◆ Country
| string CoreTweet.V2.Place.Country |
|
getset |
The full-length name of the country this place belongs to.
◆ CountryCode
| string CoreTweet.V2.Place.CountryCode |
|
getset |
The ISO Alpha-2 country code this place belongs to.
◆ FullName
| string CoreTweet.V2.Place.FullName |
|
getset |
A longer-form detailed place name, for example "San Francisco, CA".
◆ Geo
Contains place details in GeoJSON format.
◆ Id
| string CoreTweet.V2.Place.Id |
|
getset |
The unique identifier of the place, if this is a point of interest tagged in the Tweet.
◆ Name
| string CoreTweet.V2.Place.Name |
|
getset |
The short name of this place, for example "San Francisco".
◆ PlaceType
Specified the particular type of information represented by this place information, such as a city name, or a point of interest.
The documentation for this class was generated from the following file: