Parse the string representation of a coordinate
| input |
the string representation of the coordinate |
|
the coordinate |
| ParseError.INVALID_INTEGER |
not a valid number |
| ParseError.OUT_OF_RANGE |
input outside 32 bit integer |