Method: Bright::Address#geographical_coordinates
- Defined in:
- lib/bright/address.rb
#geographical_coordinates ⇒ Object
9 10 11 12 13 |
# File 'lib/bright/address.rb', line 9 def geographical_coordinates if latitude and longitude "#{latitude},#{longitude}" end end |