coordinates property

List<List<ORSCoordinate>> coordinates
final

Coordinates associated with the feature geometry.

It might either be a proper List of List of ORSCoordinate or a List of ORSCoordinate wrapped in an empty List, or a ORSCoordinate wrapped in an empty List which is again wrapped in an empty List.

Depends upon which endpoint GeoJsonFeatureGeometry was extracted from.

Implementation

final List<List<ORSCoordinate>> coordinates;