ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অ্যাসিঙ্ক্রোনাসভাবে সার্ভার থেকে এই বস্তুর মান পুনরুদ্ধার করে এবং এটি প্রদত্ত কলব্যাক ফাংশনে প্রেরণ করে।
ব্যবহার
রিটার্নস
Geometry.evaluate (callback)
যুক্তি
টাইপ
বিস্তারিত
এই: computedobject
কম্পিউটেড অবজেক্ট
ComputedObject উদাহরণ.
callback
ফাংশন
ফর্ম ফাংশনের একটি ফাংশন (সফলতা, ব্যর্থতা), যখন সার্ভার উত্তর দেয় তখন বলা হয়। অনুরোধ সফল হলে, সাফল্যের যুক্তিতে মূল্যায়ন করা ফলাফল থাকে। অনুরোধ ব্যর্থ হলে, ব্যর্থতার যুক্তিতে একটি ত্রুটি বার্তা থাকবে।
[[["সহজে বোঝা যায়","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-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`Geometry.evaluate` is a method used to asynchronously retrieve the value of a ComputedObject (like a Geometry) from the server."],["It takes a callback function as an argument, which is executed upon receiving the server response, providing either the evaluated result or an error message."],["The example demonstrates using `Geometry.evaluate` with a callback function to print the GeoJSON representation of a computed geometry."],["While the JavaScript example showcases `Geometry.evaluate`, the Python library uses `Geometry.getInfo()` for similar functionality."]]],["The `evaluate` method asynchronously retrieves a `ComputedObject`'s value from the server and provides it to a callback function. The callback receives a success or failure argument, with the result or error message, respectively. The example in javascript shows how it is used with a `GeoJSON` string to display the result. In python, there is not an `evaluate` method, instead you have to use the `getInfo()` method.\n"]]