class NSWTopo::GeoJSON::Polygon

Public Instance Methods

bounds() click to toggle source
# File lib/nswtopo/gis/geojson/polygon.rb, line 6
def bounds
  @coordinates.first.transpose.map(&:minmax)
end