Constructor
new GeoPolygon(args)
Parameters:
Name | Type | Description |
---|---|---|
args |
Array.<Array.<number>> | 点坐标 |
- Source:
Methods
toGeoJSON() → {GeoJson}
转换为 GeoJSON
- Source:
Returns:
- Type
- GeoJson
Name | Type | Description |
---|---|---|
args |
Array.<Array.<number>> | 点坐标 |