ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
যেকোনো প্রয়োজনীয় রিপ্রজেকশন করার সময় সর্বোচ্চ পরিমাণ ত্রুটি সহ্য করা হয়।
proj
অভিক্ষেপ, ডিফল্ট: নাল
যে অভিক্ষেপে অপারেশন করতে হবে। যদি নির্দিষ্ট করা না থাকে, অপারেশনটি একটি গোলাকার স্থানাঙ্ক ব্যবস্থায় সঞ্চালিত হবে, এবং রৈখিক দূরত্ব গোলকের মিটারে হবে৷
spherical
বুলিয়ান, ডিফল্ট: মিথ্যা
সত্য হলে, গণনাটি একক গোলকের উপর করা হবে। যদি মিথ্যা হয়, তাহলে হিসাবটি উপবৃত্তাকার হবে, পৃথিবীর সমতলতাকে বিবেচনায় নিয়ে। প্রজেক্ট নির্দিষ্ট করা থাকলে উপেক্ষা করা হয়। ডিফল্ট মিথ্যা.
[[["সহজে বোঝা যায়","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-06-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`distance()` calculates the minimum distance between a MultiPolygon and another geometry."],["The function returns the distance as a float, potentially in meters on the sphere depending on the projection used."],["Optional parameters include `maxError` for reprojection tolerance and `proj` to specify the projection for the calculation."],["The distance is computed from the boundary of the MultiPolygon to the nearest point on the other geometry."]]],["The `distance` method calculates the minimum distance between two geometries (`left` and `right`). It accepts optional arguments: `maxError` (tolerated error during reprojection), `proj` (projection for the operation), and `spherical` (whether to use a spherical or elliptical model). The method returns a float representing the distance. Examples in JavaScript and Python demonstrate calculating the distance between a MultiPolygon and a Point, and how to display the result in a map.\n"]]