Method: RGeo::ImplHelper::BasicMultiLineStringMethods#coordinates
- Defined in:
- lib/rgeo/impl_helper/basic_geometry_collection_methods.rb
#coordinates ⇒ Object
116 117 118 |
# File 'lib/rgeo/impl_helper/basic_geometry_collection_methods.rb', line 116 def coordinates @elements.map(&:coordinates) end |