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