Class: GPS2Map::Coordinate

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

Instance Attribute Summary collapse

Instance Attribute Details

#latitudeObject

Returns the value of attribute latitude

Returns:

  • (Object)

    the current value of latitude



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

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude

Returns:

  • (Object)

    the current value of longitude



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

def longitude
  @longitude
end