ParseCoordsInt typedef

ParseCoordsInt = Iterable<int> Function(String text)

A function to parse coordinate values as integers from text.

Such values can be used to create for example point geometries.

Throws FormatException if cannot parse.

Implementation

typedef ParseCoordsInt = Iterable<int> Function(String text);