NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwGeoPointWGS84 Struct Reference

Detailed Description

Location point defined by WGS84 coordinates.

Definition at line 36 of file GeoPoints.h.

Data Fields

float64_t lon
 longitude. More...
 
float64_t lat
 latitude. More...
 
float64_t height
 height above WGS84 earth spheroid. More...
 

Field Documentation

◆ height

float64_t dwGeoPointWGS84::height

height above WGS84 earth spheroid.

Meter is the unit of measurement of height.

Definition at line 40 of file GeoPoints.h.

◆ lat

float64_t dwGeoPointWGS84::lat

latitude.

Degree is the unit of measurement of latitude.

Definition at line 39 of file GeoPoints.h.

◆ lon

float64_t dwGeoPointWGS84::lon

longitude.

Degree is the unit of measurement of longitude.

Definition at line 38 of file GeoPoints.h.


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