ParseCoords typedef

ParseCoords = Iterable<num> Function(String text)

A function to parse coordinate values from text.

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

Throws FormatException if cannot parse.

Implementation

typedef ParseCoords = Iterable<num> Function(String text);