ui.Map.GeometryLayer.openConfigurationDialog
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इससे लेयर के लिए कॉन्फ़िगरेशन डायलॉग बॉक्स खुलता है. onLayerConfig का इस्तेमाल करके, उस समय के लिए कॉलबैक रजिस्टर करें, जब उपयोगकर्ता डायलॉग का इस्तेमाल करके बदलाव करता है.
यह फ़ंक्शन, उस ज्यामिति लेयर को दिखाता है जिसे डायलॉग बॉक्स से अपडेट किया जाना है.
इस्तेमाल | रिटर्न |
---|
GeometryLayer.openConfigurationDialog() | ui.Map.GeometryLayer |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: ui.map.geometrylayer | ui.Map.GeometryLayer | ui.Map.GeometryLayer इंस्टेंस. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe \u003ccode\u003eopenConfigurationDialog()\u003c/code\u003e function opens a dialog for configuring a geometry layer on a map.\u003c/p\u003e\n"],["\u003cp\u003eUsers can interact with the dialog to make changes to the geometry layer's configuration.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the \u003ccode\u003eonLayerConfig\u003c/code\u003e function to register a callback that will be executed when the user makes changes using the configuration dialog.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eopenConfigurationDialog()\u003c/code\u003e function returns the ui.Map.GeometryLayer object being updated.\u003c/p\u003e\n"]]],[],null,["# ui.Map.GeometryLayer.openConfigurationDialog\n\n\u003cbr /\u003e\n\nOpens a configuration dialog for the layer. Use onLayerConfig to register a callback for when the user makes changes using the dialog.\n\n\u003cbr /\u003e\n\nReturns the geometry layer to be updated by the dialog.\n\n| Usage | Returns |\n|-------------------------------------------|----------------------|\n| GeometryLayer.openConfigurationDialog`()` | ui.Map.GeometryLayer |\n\n| Argument | Type | Details |\n|------------------------------|----------------------|------------------------------------|\n| this: `ui.map.geometrylayer` | ui.Map.GeometryLayer | The ui.Map.GeometryLayer instance. |"]]