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

Represents the places near the given coordinates which are similar in name. More...

Inheritance diagram for CoreTweet.GeoResult:
CoreTweet.Core.CoreBase CoreTweet.Core.ITwitterResponse

Public Member Functions

IEnumerator< PlaceGetEnumerator ()
 Returns an enumerator that iterates through a collection. More...
 

Properties

Place[] Places [get, set]
 Gets or set the names of the places. More...
 
string Token [get, set]
 Gets or sets the token needed to be able to create a new place. More...
 
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.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

- 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 the places near the given coordinates which are similar in name.

Member Function Documentation

◆ GetEnumerator()

IEnumerator<Place> CoreTweet.GeoResult.GetEnumerator ( )

Returns an enumerator that iterates through a collection.

Returns
An IEnumerator object that can be used to iterate through the collection.

Property Documentation

◆ Json

string CoreTweet.GeoResult.Json
getset

Gets or sets the JSON of the response.

◆ Places

Place [] CoreTweet.GeoResult.Places
getset

Gets or set the names of the places.

◆ RateLimit

RateLimit CoreTweet.GeoResult.RateLimit
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.

◆ Token

string CoreTweet.GeoResult.Token
getset

Gets or sets the token needed to be able to create a new place.


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