Class: GPS2Map::Marker

Inherits:
Struct
  • Object
show all
Defined in:
lib/gps2map.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



20
21
22
# File 'lib/gps2map.rb', line 20

def label
  @label
end

#latitudeObject

Returns the value of attribute latitude

Returns:

  • (Object)

    the current value of latitude



20
21
22
# File 'lib/gps2map.rb', line 20

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude

Returns:

  • (Object)

    the current value of longitude



20
21
22
# File 'lib/gps2map.rb', line 20

def longitude
  @longitude
end