ui.Map.FeatureViewLayer.setAssetId
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Modifie l'élément affiché sur ce calque.
Renvoie ce calque de carte.
Utilisation | Renvoie |
---|
FeatureViewLayer.setAssetId(assetId) | ui.Map.FeatureViewLayer |
Argument | Type | Détails |
---|
ceci : ui.map.featureviewlayer | ui.Map.FeatureViewLayer | Instance ui.Map.FeatureViewLayer. |
assetId | Chaîne | ID de l'élément pour la FeatureView qui soutient ce calque. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[null,null,["Dernière mise à jour le 2025/07/26 (UTC)."],[[["\u003cp\u003eThe \u003ccode\u003esetAssetId()\u003c/code\u003e function is used to modify the asset displayed on a FeatureViewLayer.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts the asset ID as an argument and applies this change to the specified FeatureViewLayer.\u003c/p\u003e\n"],["\u003cp\u003eCalling this function returns the updated \u003ccode\u003eui.Map.FeatureViewLayer\u003c/code\u003e object for further use.\u003c/p\u003e\n"]]],["The `FeatureViewLayer.setAssetId(assetId)` method updates the displayed asset on a `ui.Map.FeatureViewLayer`. It takes a single string argument, `assetId`, which specifies the new asset ID. This method is called on a `ui.Map.FeatureViewLayer` instance and returns the same `ui.Map.FeatureViewLayer` instance, reflecting the updated layer with the newly selected asset.\n"],null,["# ui.Map.FeatureViewLayer.setAssetId\n\n\u003cbr /\u003e\n\nChanges the asset being displayed on this layer.\n\n\u003cbr /\u003e\n\nReturns this map layer.\n\n| Usage | Returns |\n|----------------------------------------|-------------------------|\n| FeatureViewLayer.setAssetId`(assetId)` | ui.Map.FeatureViewLayer |\n\n| Argument | Type | Details |\n|---------------------------------|-------------------------|------------------------------------------------------|\n| this: `ui.map.featureviewlayer` | ui.Map.FeatureViewLayer | The ui.Map.FeatureViewLayer instance. |\n| `assetId` | String | The asset ID for the FeatureView backing this layer. |"]]