31#ifndef DW_CORE_BASE_GEOPOINTS_H_
32#define DW_CORE_BASE_GEOPOINTS_H_
NVIDIA DriveWorks API: Core BasicTypes
float64_t maxLon
maximum longitude, west - east [-180.0:180.0)
float64_t maxLat
maximum latitude, south - north [-90.0:90.0)
float64_t lat
latitude. Degree is the unit of measurement of latitude.
float64_t lon
longitude. Degree is the unit of measurement of longitude.
float64_t minLon
minimum longitude, west - east [-180.0:180.0)
float64_t minLat
minimum latitude, south - north [-90.0:90.0)
float64_t height
height above WGS84 earth spheroid. Meter is the unit of measurement of height.
Geographic coordinate bounds.
Location point defined by WGS84 coordinates without elevation.
Location point defined by WGS84 coordinates.