Returns a description of the feature.
Usage | Returns |
---|---|
Feature.getInfo(callback) | GeoJSONFeature |
Argument | Type | Details |
---|---|---|
this: feature | Feature | The Feature instance. |
callback | Function, optional | An optional callback. If not supplied, the call is made synchronously. If supplied, will be called with the first parameter if successful and the second if unsuccessful. |