GeoJsonMultiPolygon interface
有效的 GeoJSON MultiPolygon
物件類型。 如需詳細資訊,請參閱 RFC 7946。
- Extends
屬性
type |
繼承的屬性
coordinates | 包含有效的 |
屬性詳細資料
type
type: "MultiPolygon"
屬性值
"MultiPolygon"
繼承的屬性詳細資料
coordinates
包含有效的 GeoJSON Polygon
物件清單。
注意 GeoJSON 中的座標 以 x、y 順序(經度、緯度) 為單位。
coordinates: number[][][][]
屬性值
number[][][][]