Returns the call results. Null if a callback is specified.
Usage | Returns |
---|---|
ee.data.getFeatureViewTilesKey(params, callback) | FeatureViewTilesKey |
Argument | Type | Details |
---|---|---|
params | FeatureViewVisualizationParameters | The visualization parameters as a (client-side) JavaScript object. For FeatureView assets:
- assetId (string) The asset ID for which to obtain a tiles key. - visParams (Object) The visualization parameters for this layer. |
callback | Function, optional | An optional callback. If not supplied, the call is made synchronously. |