Garmin Fleet Management Controller  2.19.0
double_position_type Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: