GeoShape
类型名称:GeoShape
扩展 结构化值
名称 |
类型 |
说明 |
box |
文本 |
多边形是指由点和点路径包围的区域,其中起点和终点相同。多边形表示为四个或更多以空格分隔的点,其中第一个点和最后一个点相同。 |
circle |
文本 |
圆是指定半径内以指定纬度和经度为中心的圆形区域。圆形表示为一对,后跟半径(以米为单位)。 |
elevation |
Number 或 Text |
地点的海拔。 |
line |
文本 |
直线是指由两个或多个点组成的点对点路径。线条以一系列由空格分隔的两个或多个点对象来表示。 |
polygon |
文本 |
多边形是指由点和点路径包围的区域,其中起点和终点相同。多边形表示为四个或更多以空格分隔的点,其中第一个点和最后一个点相同。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["`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."]]],[]]