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

Properties

Geometry [get, set]
 Contains GeoJSON point information for this place, if available. More...
 
- Properties inherited from CoreTweet.V2.GeoJsonObject
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

◆ Geometry

T CoreTweet.V2.GeoJsonFeature< T >.Geometry
getset

Contains GeoJSON point information for this place, if available.


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