NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwGeoBounds Struct Reference

Detailed Description

Geographic coordinate bounds.

Definition at line 47 of file GeoPoints.h.

Data Fields

float64_t minLon
 minimum longitude, west - east [-180.0:180.0) More...
 
float64_t minLat
 minimum latitude, south - north [-90.0:90.0) More...
 
float64_t maxLon
 maximum longitude, west - east [-180.0:180.0) More...
 
float64_t maxLat
 maximum latitude, south - north [-90.0:90.0) More...
 

Field Documentation

◆ maxLat

float64_t dwGeoBounds::maxLat

maximum latitude, south - north [-90.0:90.0)

Definition at line 52 of file GeoPoints.h.

◆ maxLon

float64_t dwGeoBounds::maxLon

maximum longitude, west - east [-180.0:180.0)

Definition at line 51 of file GeoPoints.h.

◆ minLat

float64_t dwGeoBounds::minLat

minimum latitude, south - north [-90.0:90.0)

Definition at line 50 of file GeoPoints.h.

◆ minLon

float64_t dwGeoBounds::minLon

minimum longitude, west - east [-180.0:180.0)

Definition at line 49 of file GeoPoints.h.


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