class NMEAPlus::Message::NMEA::R00
R00
- Waypoints in active route Waypoint identifiers, listed in order with starting waypoint first, for route number “nn”. The use of $–RTE is recommended. @see RTE
Public Instance Methods
Source
# File lib/nmea_plus/message/nmea/r00.rb, line 14 def waypoint_ids @fields[1..14] end
14 field sequence of route waypoint IDs @!parse attr_reader :waypoint_ids @return [Array<String>]