צורה גיאוגרפית
סוג שם: גיאומטריה
מרחיב את structureddValue
שם |
סוג |
תיאור |
ספסל עונשין |
טקסט |
פוליגון הוא האזור המוקף בנתיב של נקודה לנקודת זמן שעבורו נקודות ההתחלה והסיום זהות. פוליגון מתבטא בסדרה של ארבע נקודות או יותר המופרדות ברווח, שבהן הנקודות הראשונות והסופיות זהות. |
מעגל |
טקסט |
מעגל הוא האזור העגול של רדיוס ספציפי שבמרכזו קו אורך וקו רוחב שצוינו. מעגל מתבטא בצמד ואחריו רדיוס במטרים. |
elevation |
מספר או טקסט |
הגובה של מיקום. |
שורה |
טקסט |
קו הוא נתיב אל נקודה אחת מתוך שתי נקודות או יותר. קו מיוצג בסדרה של שני אובייקטים או יותר של נקודות המופרדים ברווחים. |
פוליגון |
טקסט |
פוליגון הוא האזור המוקף בנתיב של נקודה לנקודת זמן שעבורו נקודות ההתחלה והסיום זהות. פוליגון מתבטא בסדרה של ארבע נקודות או יותר המופרדות ברווח, שבהן הנקודות הראשונות והסופיות זהות. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-03 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-03 (שעון UTC)."],[[["`GeoShape` extends `StructuredValue` and provides ways to define geographical areas like circles, lines, and polygons."],["It uses properties like `box`, `circle`, `line`, and `polygon` with text values to represent shape data."],["`elevation` can be specified using either `Number` or `Text` type."],["`polygon` and `box` properties define an area enclosed by a series of points, with the first and last points being identical."],["`circle` represents a circular area with a specified radius centered at given coordinates."]]],["The `GeoShape` type defines geographical shapes. It includes properties for `box`, `circle`, `line`, and `polygon`, all represented as `Text`. A `box` and `polygon` are areas with the same start and end points and more than four points. A `line` represents a path with two or more points, while `circle` specifies a circular region with latitude, longitude, and radius. It also features `elevation`, which can be a `Number` or `Text`.\n"]]