ui.Map.FeatureViewLayer

A layer generated from a FeatureView asset for display on a ui.Map.

UsageReturns
ui.Map.FeatureViewLayer(assetId, visParams, name, shown, opacity)ui.Map.FeatureViewLayer
ArgumentTypeDetails
assetIdStringThe asset ID for the FeatureView.
visParamsObject, optionalThe visualization parameters for this layer.
nameString, optionalThe name of the layer, which appears in the list of layers and when inspecting this layer. Defaults to the asset ID.
shownBoolean, optionalWhether the layer is initially shown on the map. Defaults to true.
opacityNumber, optionalThe layer's opacity represented as a number between 0 and 1. Defaults to 1.