Class: NSWTopo::GeoJSON::Point
- Inherits:
-
Object
- Object
- NSWTopo::GeoJSON::Point
- Defined in:
- lib/nswtopo/gis/geojson/point.rb
Instance Method Summary collapse
Instance Method Details
#bounds ⇒ Object
4 5 6 |
# File 'lib/nswtopo/gis/geojson/point.rb', line 4 def bounds @coordinates.zip.map(&:minmax) end |