ui.Map.FeatureViewLayer.setName
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מגדיר את השם של השכבה.
הפונקציה מחזירה את שכבת המפה הזו.
שימוש | החזרות |
---|
FeatureViewLayer.setName(name) | ui.Map.AbstractLayer |
ארגומנט | סוג | פרטים |
---|
זה: ui.map.abstractlayer | ui.Map.AbstractLayer | מופע ui.Map.AbstractLayer. |
name | מחרוזת, אופציונלי | שם השכבה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eSets or updates the name associated with the FeatureViewLayer.\u003c/p\u003e\n"],["\u003cp\u003eReturns the FeatureViewLayer instance for method chaining.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003esetName\u003c/code\u003e takes an optional string argument to set the layer's name.\u003c/p\u003e\n"]]],["The `FeatureViewLayer.setName()` method assigns a name to a map layer. It takes an optional string argument, `name`, which specifies the layer's name. The method operates on an instance of `ui.Map.AbstractLayer` and returns the same `ui.Map.AbstractLayer` instance after setting the name. This function allows users to label or identify specific layers within a map interface.\n"],null,["# ui.Map.FeatureViewLayer.setName\n\n\u003cbr /\u003e\n\nSets the name of the layer.\n\n\u003cbr /\u003e\n\nReturns this map layer.\n\n| Usage | Returns |\n|--------------------------------------|----------------------|\n| FeatureViewLayer.setName`(`*name*`)` | ui.Map.AbstractLayer |\n\n| Argument | Type | Details |\n|------------------------------|----------------------|------------------------------------|\n| this: `ui.map.abstractlayer` | ui.Map.AbstractLayer | The ui.Map.AbstractLayer instance. |\n| `name` | String, optional | The name of the layer. |"]]