DriveWorks SDK Reference
3.0.4260 Release
For Test and Development only

Structs for Function Parameters

Detailed Description

Structs that are used as arguments in maps functions.

Data Structures

struct  dwMapsLocalBounds
 Local coordinate bounds. More...
 

Typedefs

typedef dwGeoBounds dwMapsBounds
 Map coordinate bounds. More...
 

Data Structure Documentation

◆ dwMapsLocalBounds

struct dwMapsLocalBounds
Data Fields
float32_t maxX

maximum X bound in meter

float32_t maxY

maximum Y bound in meter

float32_t maxZ

maximum Z bound in meter

float32_t minX

minimum X bound in meter

float32_t minY

minimum Y bound in meter

float32_t minZ

minimum Z bound in meter

Typedef Documentation

◆ dwMapsBounds

Map coordinate bounds.

Definition at line 774 of file Maps.h.