Usage | Returns |
---|---|
FeatureCollection.propertyNames() | List |
Argument | Type | Details |
---|---|---|
this: element | Element |
Examples
Code Editor (JavaScript)
// A global power plant FeatureCollection. var fc = ee.FeatureCollection('WRI/GPPD/power_plants'); // View a list of FeatureCollection property names. print(fc.propertyNames());