CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Represents a place with rate limit. More...
Properties | |
RateLimit | RateLimit [get, set] |
Gets or sets the rate limit of the response. More... | |
string | Json [get, set] |
Gets or sets the JSON of the response. More... | |
Properties inherited from CoreTweet.Place | |
IDictionary< string, string > | Attributes [get, set] |
BoundingBox | BoundingBox [get, set] |
Gets or sets a bounding box of coordinates which encloses this place. More... | |
double[] | Centroid [get, set] |
Place[] | ContainedWithin [get, set] |
Gets or sets the array of Places contained within this Place. More... | |
string | Country [get, set] |
Gets or sets the name of the country containing this place. More... | |
string | CountryCode [get, set] |
Gets or sets the shortened country code representing the country containing this place. More... | |
string | FullName [get, set] |
Gets or sets the full human-readable representation of the name of the place. More... | |
Coordinates | Geometry [get, set] |
string | Id [get, set] |
string | Name [get, set] |
Gets or sets the short human-readable representation of the name of the place. More... | |
string | PlaceType [get, set] |
Gets or sets the type of location represented by this place. More... | |
string[] | Polylines [get, set] |
string | Url [get, set] |
Gets or sets the URL representing the location of additional place metadata for this place. More... | |
GeoVendorInfo | VendorInfo [get, set] |
Properties inherited from CoreTweet.Core.ITwitterResponse | |
RateLimit | RateLimit [get, set] |
Gets or sets the rate limit of the response. More... | |
string | Json [get, set] |
Gets or sets the JSON of the response. More... | |
Additional Inherited Members | |
Public Member Functions inherited from CoreTweet.Place | |
override string | ToString () |
Returns the ID of this instance. More... | |
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) |
Represents a place with rate limit.
Places are specific, named locations with corresponding geo coordinates.
They can be attached to Tweets by specifying a place_id when tweeting.
Tweets associated with places are not necessarily issued from that location but could also potentially be about that location.
Places can be searched for.
Tweets can also be found by place_id.
|
getset |
Gets or sets the JSON of the response.
|
getset |
Gets or sets the rate limit of the response.
This property will always be null when obtained from (most of) the POST endpoints, unless the rate is explicitly stated in the Twitter official documentation.