FeatureCollection.fromJsObject constructor

FeatureCollection.fromJsObject(
  1. FeatureCollectionJsImpl jsObject
)

Creates a new FeatureCollection from a jsObject.

Implementation

FeatureCollection.fromJsObject(FeatureCollectionJsImpl jsObject)
    : super.fromJsObject(jsObject);