FeaturesItemOutput interface
属性
| bbox | 边界框。 使用的投影 - EPSG:3857。 有关详细信息,请参阅 RFC 7946。 |
| geometry | 有效的 |
| id | 返回的功能的 ID |
| properties | |
| type | 特征的类型必须是功能。 |
属性详细信息
bbox
geometry
id
返回的功能的 ID
id?: string
属性值
string
properties
type
特征的类型必须是功能。
type?: "Feature"
属性值
"Feature"