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 مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی."],[[["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"]]