Click or drag to resize

GM_AddAreaToVectorLayer

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

Syntax
GM_DLL_EXPORTED GM_Error_t32 GM_AddAreaToVectorLayer
(
GM_LayerHandle_t32      aLayer,             // IN: Layer to add area to
const GM_AreaFeature_t* aArea,              // IN: Area feature to add
GM_AddFeatureFlags_t8   aFlags              // IN: Flags controlling the add
);