Circle
Merkezi ve yarıçapı LatLng olan daire.
JSON gösterimi |
{
"center": {
object (LatLng )
},
"radius": number
} |
Alanlar |
center |
object (LatLng )
Zorunlu. Merkez enlemi ve boylamı. Enlem aralığı [-90,0, 90,0] dahilinde olmalıdır. Boylam aralığı [-180,0, 180,0] aralığında olmalıdır.
|
radius |
number
Zorunlu. Metre cinsinden ölçülen yarıçap. Yarıçap [0,0, 50000.0] aralığında olmalıdır.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-22 UTC.
[null,null,["Son güncelleme tarihi: 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"]]