globalmapper.FreePointFeature ============================= .. currentmodule:: globalmapper .. py:function:: FreePointFeature (GM_PointFeature_t aPointFeature) -> None Frees the resources used by the given point feature. This should be called on each point feature returned by :doc:`GetPointFeature`. :param GM_PointFeature_t aPointFeature: Point feature to free :returns: Nothing :rtype: None