Method: NMEAPlus::Message::AIS::VDMPayload::SubAreaAnchored#longitude

Defined in:
lib/nmea_plus/message/ais/vdm_payload/sub_area.rb

#longitudeObject (readonly)

Returns The field defined by the 25 bits starting at payload bit 5, formatted with the function Payload#_I(60 * 10**3, 181, ).

Returns:

  • The field defined by the 25 bits starting at payload bit 5, formatted with the function Payload#_I(60 * 10**3, 181, )

[View source]

43
# File 'lib/nmea_plus/message/ais/vdm_payload/sub_area.rb', line 43

payload_reader :longitude, 5, 25, :_I, 60 * 10**3, 181