CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Public Member Functions | Properties | List of all members
CoreTweet.Location Class Reference

Represents a location. More...

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

Public Member Functions

override string ToString ()
 Returns the ID of this instance. More...
 

Properties

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

- 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.

Member Function Documentation

◆ ToString()

override string CoreTweet.Location.ToString ( )
inline

Returns the ID of this instance.

Returns
The ID of this instance.

Property Documentation

◆ Name

string CoreTweet.Location.Name
getset

Gets or sets the name of the location.

◆ WoeId

long CoreTweet.Location.WoeId
getset

Gets or sets the WOEID of the location.


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