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

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

#latitudeObject (readonly)

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

Returns:

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

[View source]

27
# File 'lib/nmea_plus/message/ais/vdm_payload/vdm_msg_station_report.rb', line 27

payload_reader :latitude, 107, 27, :_I, 60 * 10**4, 91