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 और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-22 (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"]]