getRawCoordinates method

List<double?> getRawCoordinates()

Gets the underlying array containing the coordinate values.

@return the array of coordinate values

Implementation

List<double?> getRawCoordinates() {
  return coords;
}