FeatureCollection class

A collection of features.

Constructors

FeatureCollection()

Properties

features List<Feature>
The list of features
getter/setter pair
geomName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ids List<String>?
This can optionally be used to identify record sources in case of mixed data sources (ex. merging together QueryResults from different queries.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited