TwitterGeoData.Coordinates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the coordinates of the geographic data
[Newtonsoft.Json.JsonProperty("coordinates")]
public string[] Coordinates { get; set; }
[<Newtonsoft.Json.JsonProperty("coordinates")>]
member this.Coordinates : string[] with get, set
Public Property Coordinates As String()
Property Value
String[]
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute