חתימה של המאפיין DocumentObject.latitude
קו הרוחב של הפריט שנבחר.
חתימה
[Document.LATITUDE]?: number;
פרטים
סוג |
number |
אופציונלי |
כן |
קריאה בלבד |
לא |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]