Circle
JSON 表現 |
{
"center": {
object (LatLng )
},
"radius": number
} |
フィールド |
center |
object (LatLng )
必須。中心の緯度と経度。 緯度の範囲は [-90.0, 90.0] の範囲で指定してください。経度の範囲は [-180.0, 180.0] の範囲で指定してください。
|
radius |
number
必須。半径(メートル単位)。半径は [0.0, 50000.0] の範囲で指定してください。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 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"]]