class NSWTopo::GeoJSON::Point

Public Instance Methods

bounds() click to toggle source
# File lib/nswtopo/gis/geojson/point.rb, line 4
def bounds
  @coordinates.zip.map(&:minmax)
end