values property

Iterable<int> values

Coordinate values of this position as an iterable of 3 items.

For scalable coordinates, the coordinate ordering is: (zoom, x, y)

Implementation

Iterable<int> get values => [zoom, x, y];