featuresByGroup

suspend fun featuresByGroup(groupName: String): Map<String, Feature>(source)

Retrieves all features belonging to a specific group.

Return

A map of feature IDs to their Feature objects within the group

Parameters

groupName

The name of the group to query