![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Represents the coordinates that the geographic location with longitude and latitude points. More...
Public Member Functions | |
| Coordinates () | |
| Initializes a new instance of the CoreTweet.Coordinates class More... | |
| Coordinates (double longitude, double latitude) | |
| Initializes a new instance of the CoreTweet.Coordinates class More... | |
Public Attributes | |
| double | Longitude => this._coordinates[0] |
| Gets or sets the longitude of the location. More... | |
| double | Latitude => this._coordinates[1] |
| Gets or sets the latitude of the location. More... | |
Properties | |
| string | Type [get, set] |
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 the coordinates that the geographic location with longitude and latitude points.
|
inline |
Initializes a new instance of the CoreTweet.Coordinates class
|
inline |
Initializes a new instance of the CoreTweet.Coordinates class
| longitude | The longitude. |
| latitude | The latitude. |
| double CoreTweet.Coordinates.Latitude => this._coordinates[1] |
Gets or sets the latitude of the location.
| double CoreTweet.Coordinates.Longitude => this._coordinates[0] |
Gets or sets the longitude of the location.
|
getset |
Gets or sets the type of data encoded in the coordinates property.
This will be "Point" for Tweet coordinates fields.
1.8.17