values property

Iterable<num> values

Coordinate values of this position as an iterable of 2, 3 or 4 items.

For projected or cartesian coordinates, the coordinate ordering is: (x, y), (x, y, z), (x, y, m) or (x, y, z, m).

For geographic coordinates, the coordinate ordering is: (lon, lat), (lon, lat, elev), (lon, lat, m) or (lon, lat, elev, m).

Implementation

Iterable<num> get values;