Method: GoogleGeocode::Location#coordinates

Defined in:
lib/google_geocode.rb

#coordinatesObject

The coordinates for this location.



117
118
119
# File 'lib/google_geocode.rb', line 117

def coordinates
  [latitude, longitude]
end