Class: GpxDoctor::Models::Bounds

Inherits:
Struct
  • Object
show all
Defined in:
lib/gpx_doctor/models/bounds.rb

Instance Attribute Summary collapse

Instance Attribute Details

#maxlatObject

Returns the value of attribute maxlat

Returns:

  • (Object)

    the current value of maxlat



5
6
7
# File 'lib/gpx_doctor/models/bounds.rb', line 5

def maxlat
  @maxlat
end

#maxlonObject

Returns the value of attribute maxlon

Returns:

  • (Object)

    the current value of maxlon



5
6
7
# File 'lib/gpx_doctor/models/bounds.rb', line 5

def maxlon
  @maxlon
end

#minlatObject

Returns the value of attribute minlat

Returns:

  • (Object)

    the current value of minlat



5
6
7
# File 'lib/gpx_doctor/models/bounds.rb', line 5

def minlat
  @minlat
end

#minlonObject

Returns the value of attribute minlon

Returns:

  • (Object)

    the current value of minlon



5
6
7
# File 'lib/gpx_doctor/models/bounds.rb', line 5

def minlon
  @minlon
end