Method: GoogleGeocode::Location#coordinates
- Defined in:
- lib/google_geocode.rb
#coordinates ⇒ Object
The coordinates for this location.
117 118 119 |
# File 'lib/google_geocode.rb', line 117 def coordinates [latitude, longitude] end |