![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Represents a location. More...
Properties | |
| string | Country [get, set] |
| Gets or sets the country name of the location. More... | |
| string | CountryCode [get, set] |
| Gets or sets the country code of the location. More... | |
| long | ParentId [get, set] |
| Gets or sets the WOEID of the parent location. More... | |
| PlaceType | PlaceType [get, set] |
| Gets or sets the WOEID type of the location. More... | |
| string | Url [get, set] |
| Gets or sets the URL of Yahoo! GeoPlanet API. More... | |
Properties inherited from CoreTweet.Location | |
| string | Name [get, set] |
| Gets or sets the name of the location. More... | |
| long | WoeId [get, set] |
| Gets or sets the WOEID of the location. More... | |
Additional Inherited Members | |
Public Member Functions inherited from CoreTweet.Location | |
| 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 location.
|
getset |
Gets or sets the country name of the location.
|
getset |
Gets or sets the country code of the location.
|
getset |
Gets or sets the WOEID of the parent location.
|
getset |
Gets or sets the WOEID type of the location.
|
getset |
Gets or sets the URL of Yahoo! GeoPlanet API.
1.8.17