![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Public Member Functions | |
| IEnumerator< Coordinates > | GetEnumerator () |
| Returns an enumerator that iterates through a collection. More... | |
Properties | |
| double[][][] | Coordinates [get, set] |
| string | Type [get, set] |
| Coordinates | this[int index] [get, set] |
| Gets or sets the element at the specified index. 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) |
Represents a bounding box.
This class can be converted to a JSON with JsonConvert.SerializeObject(object).
|
inline |
Returns an enumerator that iterates through a collection.
|
getset |
Gets or sets a series of longitude and latitude points, defining a box which will contain the Place entity this bounding box is related to.
Each point is an array in the form of [longitude, latitude].
Points are grouped into an array per bounding box.
Bounding box arrays are wrapped in one additional array to be compatible with the polygon notation.
|
getset |
Gets or sets the element at the specified index.
| index | The zero-based index of the element to get or set. |
|
getset |
Gets or sets the type of data encoded in the coordinates property.
This will be "Polygon" for bounding boxes.
1.8.17