Global Mapper SDK
GM_FreeLineFeature
Frees the resources used by the given line feature. This should be called on each line feature returned by GM_GetLineFeature.
Syntax
C++
Copy
void GM_FreeLineFeature
(
GM_LineFeature_t* aLineFeature // Line feature to free
)