Global Mapper SDK
GM_FreePointFeature
Frees the resources used by the given point feature. This should be called on each point feature returned by GM_GetPointFeature .
Syntax
C++
Copy
void GM_FreePointFeature
(
GM_PointFeature_t* aPointFeature // Point feature to free
)