![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Properties | |
GeoJsonPointCoordinates? | Coordinates [get, set] |
A pair of decimal values representing the precise location of the user (latitude, longitude). This value be null unless the user explicitly shared their precise location. More... | |
![]() | |
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 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) |
|
getset |
A pair of decimal values representing the precise location of the user (latitude, longitude). This value be null
unless the user explicitly shared their precise location.