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

Properties

GeoJsonPointCoordinatesCoordinates [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...
 
- 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

◆ Coordinates

GeoJsonPointCoordinates? CoreTweet.V2.GeoJsonPoint.Coordinates
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.


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