module BubbleWrap::CLLocationWrap

Public Instance Methods

latitude() click to toggle source
# File motion/location/location.rb, line 7
def latitude
  self.coordinate.latitude
end
longitude() click to toggle source
# File motion/location/location.rb, line 11
def longitude
  self.coordinate.longitude
end