Method: Resolv::DNS::Resource::LOC#latitude

Defined in:
lib/resolv.rb

#latitudeObject (readonly)

The latitude for this LOC where 2**31 is the equator in thousandths of an arc second as an unsigned 32bit integer

[View source]

2092
2093
2094
# File 'lib/resolv.rb', line 2092

def latitude
  @latitude
end