Method: OpenWeatherMap::Coordinates#lat

Defined in:
lib/openweathermap/classes.rb

#latFloat (readonly)

Returns Latitude of the location.

Returns:

  • (Float)

    Latitude of the location



53
54
55
# File 'lib/openweathermap/classes.rb', line 53

def lat
  @lat
end