class RGeo::GeoJSON::FeatureCollection

Public Instance Methods

to_json() click to toggle source
# File lib/rgeo/geojson.rb, line 5
def to_json
  RGeo::GeoJSON.encode(self).to_json
end