PlusCode
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Plus Code(http://plus.codes)は、14 m x 14 m(8000 分の 1)以下の長方形を定義するグローバル コードと、プレフィックスを参照地に置き換えた複合コードの 2 つの形式で表される場所の参照情報です。
JSON 表現 |
{
"globalCode": string,
"compoundCode": string
} |
フィールド |
globalCode |
string
場所のグローバル(完全)コード(「9FWM33GV+HQ」など)。8000 分の 1 x 8000 分の 1 度(約 14 メートル x 14 メートル)のエリアを表します。
|
compoundCode |
string
場所の複合コード(「33GV+HQ, Ramberg, Norway」など)。グローバル コードの接尾辞が含まれ、接頭辞は参照エンティティの形式付きの名前に置き換えられています。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-31 UTC。
[null,null,["最終更新日 2025-08-31 UTC。"],[],[],null,["# PlusCode\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nPlus code (\u003chttp://plus.codes\u003e) is a location reference with two formats: global code defining a 14mx14m (1/8000th of a degree) or smaller rectangle, and compound code, replacing the prefix with a reference location.\n\n| JSON representation |\n|----------------------------------------------------------|\n| ``` { \"globalCode\": string, \"compoundCode\": string } ``` |\n\n| Fields ||\n|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `globalCode` | `string` Place's global (full) code, such as \"9FWM33GV+HQ\", representing an 1/8000 by 1/8000 degree area (\\~14 by 14 meters). |\n| `compoundCode` | `string` Place's compound code, such as \"33GV+HQ, Ramberg, Norway\", containing the suffix of the global code and replacing the prefix with a formatted name of a reference entity. |"]]