Click or drag to resize

GM_GetPathProfileLOSEx

Retrieves a list of elevations along a path in the provided layer list or from the list of currently loaded elevation layers (topmost elevation layer first). Can also perform a line-of-sight calculation and return additional information about a 3D path.

Syntax
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_GetPathProfileLOSEx
(
GM_LayerHandle_t32*         aLayerList,     // IN: List of layers to get elevation from or NULL for topmost
uint32                      aLayerCount,    // IN: Number of layers in list
GM_PathProfileLOSParams_t*  aParams         // IN/OUT: Calculation parameters
);