プロパティ署名 DocumentObject.latitude
選択したアイテムの緯度。
署名
[Document.LATITUDE]?: number;
詳細
タイプ |
number |
省略可 |
はい |
読み取り専用 |
いいえ |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-23 UTC。
[null,null,["最終更新日 2024-11-23 UTC。"],[[["`Document.LATITUDE` represents the latitude of a selected item as a numerical value."],["This property is optional, meaning it might not always have a value assigned to it."],["The latitude value is not read-only and can be modified."]]],["The provided content defines a property named `LATITUDE` within a `Document` object. This property represents the latitude of a selected item and is of type `number`. It is optional, meaning it may or may not be present, and it is not read-only, implying that its value can be modified. The property is accessed using `[Document.LATITUDE]`.\n"]]