Module: BubbleWrap::CLLocationWrap
- Defined in:
- motion/location/location.rb
Instance Method Summary collapse
Instance Method Details
#latitude ⇒ Object
7 8 9 |
# File 'motion/location/location.rb', line 7 def latitude self.coordinate.latitude end |
#longitude ⇒ Object
11 12 13 |
# File 'motion/location/location.rb', line 11 def longitude self.coordinate.longitude end |