CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.V2.GeoJsonObject Class Reference
Inheritance diagram for CoreTweet.V2.GeoJsonObject:
CoreTweet.Core.CoreBase CoreTweet.V2.GeoJsonFeature< T > CoreTweet.V2.GeoJsonPoint

Properties

string Type [get, set]
 
GeoJsonBoundingBox Bbox [get, set]
 The bounding box coordinates for this place (latitude_start, longitude_start, latitude_end, longitude_end). More...
 
IDictionary< string, object > Properties [get, set]
 A dictionary containing additional properties, as defined by the GeoJSON specification. Can be empty. 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)
 

Property Documentation

◆ Bbox

GeoJsonBoundingBox CoreTweet.V2.GeoJsonObject.Bbox
getset

The bounding box coordinates for this place (latitude_start, longitude_start, latitude_end, longitude_end).

◆ Properties

IDictionary<string, object> CoreTweet.V2.GeoJsonObject.Properties
getset

A dictionary containing additional properties, as defined by the GeoJSON specification. Can be empty.

◆ Type

string CoreTweet.V2.GeoJsonObject.Type
getset

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