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