Circle
دائرة تحتوي على خط الطول والعرض كمركز ونصف قطر.
تمثيل 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 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]