class Location

Monday, August 24 2020 EAT

This object represents a point on the map

Public Instance Methods

latitude() click to toggle source

Latitude as defined by sender.

# File lib/objects/location.rb, line 18
def latitude
  @loc.latitude
end
longitude() click to toggle source

Longitude as defined by sender.

# File lib/objects/location.rb, line 13
def longitude
  @loc.longitude
end