CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.V2.Place Class Reference
Inheritance diagram for CoreTweet.V2.Place:
CoreTweet.Core.CoreBase

Properties

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< GeoJsonPointGeo [get, set]
 Contains place details in GeoJSON format. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Property Documentation

◆ 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

GeoJsonFeature<GeoJsonPoint> CoreTweet.V2.Place.Geo
getset

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

PlaceType CoreTweet.V2.Place.PlaceType
getset

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: