featuresetId property
getter/setter pair
An optional unique identifier for the featureset within the style. This id is used to reference a specific featureset.
- Note: If
featuresetIdis provided and valid, it takes precedence overlayerId, - meaning
layerIdwill not be considered even if it has a valid value.
Implementation
String? featuresetId;