globalmapper.AddPointToVectorLayer ================================== .. currentmodule:: globalmapper .. py:function:: AddPointToVectorLayer (GM_LayerHandle_t32 aLayer, GM_PointFeature_t aPoint, GM_AddFeatureFlags_t8 aFlags) -> GM_Error_t32 Adds a point feature to a loaded vector layer or custom vector layer created with the :doc:`CreateCustomVectorLayer function`. :param GM_LayerHandle_t32 aLayer: Layer to add point to :param GM_PointFeature_t aPoint: Point feature to add :param GM_AddFeatureFlags_t8 aFlags: Flags controlling the add :returns: Error Code :rtype: GM_Error_t32