Click or drag to resize

GM_AddPointToVectorLayer

Adds a point feature to a loaded vector layer or custom vector layer create with the GM_CreateCustomVectorLayer function.

Syntax
GM_DLL_EXPORTED GM_Error_t32 GM_AddPointToVectorLayer
(
GM_LayerHandle_t32            aLayer,         // IN: Layer to add point to
const GM_PointFeature_t*    aPoint,         // IN: Point feature to add
GM_AddFeatureFlags_t8       aFlags          // IN: Flags controlling the add
);