containGroup

suspend fun containGroup(groupName: String): Boolean(source)

Checks whether a group with the given name exists in the store.

Return

true if any feature belongs to this group, false otherwise

Parameters

groupName

The name of the group to check