Method: Geokit::Bounds#to_s

Defined in:
lib/geokit/bounds.rb

#to_sObject

a simple string representation:sw,ne



19
20
21
# File 'lib/geokit/bounds.rb', line 19

def to_s
  "#{@sw.to_s},#{@ne.to_s}"
end