सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, इस ऑब्जेक्ट की वैल्यू को सर्वर से एसिंक्रोनस तरीके से वापस पाता है और उसे दिए गए कॉलबैक फ़ंक्शन को पास करता है.
इस्तेमाल
रिटर्न
MultiPoint.evaluate(callback)
आर्ग्यूमेंट
टाइप
विवरण
यह: computedobject
ComputedObject
ComputedObject इंस्टेंस.
callback
फ़ंक्शन
यह फ़ंक्शन, फ़ंक्शन(success, failure) के फ़ॉर्म में होता है. जब सर्वर कोई जवाब देता है, तब इसे कॉल किया जाता है. अगर अनुरोध पूरा हो जाता है, तो success आर्ग्युमेंट में, आकलन किया गया नतीजा शामिल होता है. अगर अनुरोध पूरा नहीं होता है, तो गड़बड़ी के तर्क में गड़बड़ी का मैसेज दिखेगा.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["MultiPoint's `evaluate` function retrieves its value from the server asynchronously."],["The retrieved value is then passed to a user-defined callback function."],["The callback function handles both successful retrieval (using the `success` argument) and failures (using the `failure` argument)."]]],["The `MultiPoint.evaluate` method asynchronously fetches an object's value from the server. It takes a callback function as an argument. This function receives two arguments, `success` and `failure`. If the server request succeeds, `success` will hold the evaluated result. If it fails, `failure` will contain an error message. This action is performed on a `ComputedObject` instance. No return value is specified.\n"]]