Click or drag to resize

GM_FreePointFeature

Frees the resources used by the given point feature. This should be called on each point feature returned by GM_GetPointFeature.

Syntax
void GM_FreePointFeature
(
GM_PointFeature_t*    aPointFeature            // Point feature to free
)