Method: RGeo::ImplHelper::BasicMultiPolygonMethods#coordinates
- Defined in:
- lib/rgeo/impl_helper/basic_geometry_collection_methods.rb
#coordinates ⇒ Object
186 187 188 |
# File 'lib/rgeo/impl_helper/basic_geometry_collection_methods.rb', line 186 def coordinates @elements.map(&:coordinates) end |