featureCollectionInfos property

List<OgcFeatureCollectionInfo> featureCollectionInfos

Information about the feature collections provided by the service.

This property can be used to discover the feature collections exposed by an "OGC API - Features" service in support of a browsing experience.

Implementation

List<OgcFeatureCollectionInfo> get featureCollectionInfos =>
    _featureCollectionInfos.value;