CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.TrendLocation Class Reference

Represents a location. More...

Inheritance diagram for CoreTweet.TrendLocation:
CoreTweet.Location CoreTweet.Core.CoreBase

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)
 

Detailed Description

Represents a location.

Property Documentation

◆ Country

string CoreTweet.TrendLocation.Country
getset

Gets or sets the country name of the location.

◆ CountryCode

string CoreTweet.TrendLocation.CountryCode
getset

Gets or sets the country code of the location.

◆ ParentId

long CoreTweet.TrendLocation.ParentId
getset

Gets or sets the WOEID of the parent location.

◆ PlaceType

PlaceType CoreTweet.TrendLocation.PlaceType
getset

Gets or sets the WOEID type of the location.

◆ Url

string CoreTweet.TrendLocation.Url
getset

Gets or sets the URL of Yahoo! GeoPlanet API.


The documentation for this class was generated from the following file: