LatLng
אובייקט שמייצג צמד של קו רוחב/קו אורך. הערך הזה מבוטאת כצמד של כפולים כדי לייצג מעלות קו רוחב ומעלות קו אורך. האובייקט חייב לעמוד בדרישות של תקן WGS84, אלא אם צוין אחרת. הערכים חייבים להיות בטווחים מנורמלים.
ייצוג JSON |
{
"latitude": number,
"longitude": number
} |
שדות |
latitude |
number
קו הרוחב במעלות. הוא חייב להיות בטווח [-90.0, +90.0].
|
longitude |
number
קו האורך במעלות. הוא חייב להיות בטווח [-180.0, +180.0].
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-22 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-22 (שעון UTC)."],[[["The latitude/longitude pair is represented as an object with `latitude` and `longitude` fields, both of which are numbers."],["`latitude` values must be within the range of -90.0 to +90.0 degrees, while `longitude` values must be within the range of -180.0 to +180.0 degrees, conforming to the WGS84 standard."],["This object represents a geographic coordinate using a pair of doubles to express latitude and longitude in degrees."]]],[]]