Method: Datacite::Mapping::GeoLocationPoint#to_s
- Defined in:
- lib/datacite/mapping/geo_location_point.rb
#to_s ⇒ String
Gets the coordinates as a string.
57 58 59 |
# File 'lib/datacite/mapping/geo_location_point.rb', line 57 def to_s "#{latitude} #{longitude}" end |