Twitterizer 2 Documentation
Coordinates Property
NamespacesTwitterizerTwitterBoundingBoxCoordinates
Gets or sets the coordinates.
Declaration Syntax
C#Visual Basic
[JsonPropertyAttribute(PropertyName = "coordinates")]
public Collection<Coordinate> Coordinates { get; set; }
<JsonPropertyAttribute(PropertyName := "coordinates")> _
Public Property Coordinates As Collection(Of Coordinate)
	Get
	Set
Value
The coordinates.

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)