Class: GPS2Map::Coordinate
- Inherits:
-
Struct
- Object
- Struct
- GPS2Map::Coordinate
- Defined in:
- lib/gps2map.rb
Instance Attribute Summary collapse
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
Instance Attribute Details
#latitude ⇒ Object
Returns the value of attribute latitude
19 20 21 |
# File 'lib/gps2map.rb', line 19 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude
19 20 21 |
# File 'lib/gps2map.rb', line 19 def longitude @longitude end |