Garmin Fleet Management Controller
2.19.0
|
Indicates a latitude and longitude in radians. More...
#include <garmin_types.h>
Public Attributes | |
float64 | lat |
latitude in radians, positive is north More... | |
float64 | lon |
longitude in radians, positive is east More... | |
Indicates a latitude and longitude in radians.
Indicates a 2D position in radians. North latitudes and East longitudes are indicated with positive numbers; South latitudes and West longitudes are indicated with negative numbers. All positions are given in WGS-84.
Definition at line 135 of file garmin_types.h.
float64 double_position_type::lat |
latitude in radians, positive is north
Definition at line 137 of file garmin_types.h.
Referenced by FmiLogParser::getPacketDetail(), and FmiApplicationLayer::rx().
float64 double_position_type::lon |
longitude in radians, positive is east
Definition at line 138 of file garmin_types.h.
Referenced by FmiLogParser::getPacketDetail(), and FmiApplicationLayer::rx().