Class FeatureCollection<T>
Constructors
constructor
- new FeatureCollection<T>(native: any): FeatureCollection<T>
-
Properties
Readonly
featureCount
featureCount: number
Methods
getBounds
- getBounds(): MapBounds<T>
-
Returns MapBounds<T>
getFeature
- getFeature(index: number): Feature<T>
-
getFeatureCount
- getFeatureCount(): number
-
Returns number
getNative
- getNative(): any
-
Returns any