รูปทรงทางภูมิศาสตร์
ชื่อประเภท: GeoShape
ขยาย StructuredValue
ชื่อ |
ประเภท |
คำอธิบาย |
กล่อง |
Text |
รูปหลายเหลี่ยมคือพื้นที่ที่ล้อมรอบด้วยเส้นทางไปยังจุดต่างๆ ที่จุดเริ่มต้นและจุดสิ้นสุดเหมือนกัน รูปหลายเหลี่ยมจะแสดงเป็นชุดจุด 4 จุดขึ้นไปที่คั่นด้วยช่องว่าง โดยจุดแรกและจุดสุดท้ายเหมือนกัน |
วงกลม |
Text |
วงกลมคือพื้นที่วงกลมของรัศมีที่ระบุซึ่งมีศูนย์กลางอยู่ที่ละติจูดและลองจิจูดที่ระบุ วงกลมจะแสดงเป็นคู่ตามด้วยรัศมีเป็นเมตร |
elevation |
ตัวเลข หรือ ข้อความ |
ระดับความสูงของสถานที่ |
บรรทัด |
Text |
เส้นเป็นเส้นทางแบบจุดต่อจุดที่มีจุด 2 จุดขึ้นไป เส้นจะแสดงเป็นชุดออบเจ็กต์จุดอย่างน้อย 2 ตัวที่คั่นด้วยช่องว่าง |
รูปหลายเหลี่ยม |
Text |
รูปหลายเหลี่ยมคือพื้นที่ที่ล้อมรอบด้วยเส้นทางไปยังจุดต่างๆ ที่จุดเริ่มต้นและจุดสิ้นสุดเหมือนกัน รูปหลายเหลี่ยมจะแสดงเป็นชุดจุด 4 จุดขึ้นไปที่คั่นด้วยช่องว่าง โดยจุดแรกและจุดสุดท้ายเหมือนกัน |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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"]]