position property
position is the position of the packet.
This is identified in the packet as LAT, LON, ALT, SPD, DIR, SAT and HDOP
LATis the latitude of the packet.LONis the longitude of the packet.ALTis the altitude of the packet.SPDis the speed of the packet.DIRis the direction of the packet.SATis the number of satellites of the packet.HDOPis the HDOP of the packet.
All of the above values are in the packet separated by ; and may be empty.
Implementation
final Position position;