PhidgetGPS |
A class for interfacing with a PhidgetGPS. See your product manual for more specific API details, supported functionality, units, etc.
| PhidgetGPS | A class for interfacing with a PhidgetGPS. |
| Events | Events supported by PhidgetGPS. |
| Properties | |
| PositionFixStatus | Gets the position fix status of this gps. |
| Latitude | Gets the last recieved latitude. |
| Longitude | Gets the last recieved longitude. |
| Altitude | Gets the last recieved altitude. |
| Heading | Gets the last recieved heading. |
| Velocity | Gets the last recieved velocity. |
| DateTime | Gets the last recieved date and time in UTC. |
Gets the position fix status of this gps.
public function get PositionFixStatus():Boolean
Gets the last recieved latitude.
public function get Latitude():Number
Gets the last recieved longitude.
public function get Longitude():Number
Gets the last recieved altitude.
public function get Altitude():Number
Gets the last recieved heading.
public function get Heading():Number
Gets the last recieved velocity.
public function get Velocity():Number
Gets the last recieved date and time in UTC.
public function get DateTime():Date