Class: NSWTopo::GeoJSON::Point

Inherits:
Object
  • Object
show all
Defined in:
lib/nswtopo/gis/geojson/point.rb

Instance Method Summary collapse

Instance Method Details

#boundsObject



4
5
6
# File 'lib/nswtopo/gis/geojson/point.rb', line 4

def bounds
  @coordinates.zip.map(&:minmax)
end