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

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

#latitudeObject (readonly)

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

Returns:

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

[View source]

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

payload_reader :latitude, 30, 24, :_I, 60 * 10**3, 91