Returns one coordinate per row. Any geometry that is not a single point, and
any null or empty point, gives NA.
Details
Both coordinate encodings work, so a point array stored as a struct of two double columns and one stored as interleaved values read the same.
Use ga_coords() for the vertices of a line or polygon, which returns a
multipoint per row rather than a single number.
See also
Other iteration:
ga_coords(),
ga_lines(),
ga_n_coords()