Edit

Share via


TwitterGeoData.Coordinates Property

Definition

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

Applies to