AddPointToVectorLayer¶
- globalmapper.AddPointToVectorLayer(GM_LayerHandle_t32 aLayer, GM_PointFeature_t aPoint, GM_AddFeatureFlags_t8 aFlags) GM_Error_t32 [source]¶
Adds a point feature to a loaded vector layer or custom vector layer created with the CreateCustomVectorLayer function.
- Parameters:
aLayer (GM_LayerHandle_t32) – Layer to add point to
aPoint (GM_PointFeature_t) – Point feature to add
aFlags (GM_AddFeatureFlags_t8) – Flags controlling the add
- Returns:
Error Code
- Return type:
GM_Error_t32