Circle
কেন্দ্র এবং ব্যাসার্ধ হিসাবে একটি LatLng সহ বৃত্ত।
JSON প্রতিনিধিত্ব |
---|
{
"center": {
object (LatLng )
},
"radius": number
} |
ক্ষেত্র |
---|
center | object ( LatLng ) প্রয়োজন। কেন্দ্র অক্ষাংশ এবং দ্রাঘিমাংশ। অক্ষাংশের পরিসর অবশ্যই [-90.0, 90.0]-এর মধ্যে হতে হবে। দ্রাঘিমাংশের পরিসর অবশ্যই [-180.0, 180.0]-এর মধ্যে হতে হবে। |
radius | number প্রয়োজন। মিটারে পরিমাপ করা ব্যাসার্ধ। ব্যাসার্ধ অবশ্যই [0.0, 50000.0] এর মধ্যে হতে হবে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Defines a circular area using a central point (LatLng) and a radius."],["Requires specifying the center's latitude and longitude within valid ranges."],["Requires a radius in meters, with a maximum limit."],["`center` and `radius` fields are mandatory for defining the circle."]]],["The JSON represents a circle defined by a `center` and `radius`. The `center` is a LatLng object, with latitude ranging from -90.0 to 90.0 and longitude from -180.0 to 180.0. The `radius`, a number representing meters, must be within the range of 0.0 to 50000.0. Both `center` and `radius` are required fields to represent the circle.\n"]]