UNPKG

iceye-angular-cesium-fork

Version:

Angular library for working with Cesium.

11 lines (10 loc) 286 B
import { PolylineEditOptions } from './polyline-edit-options'; export interface PolygonProps { material?: any; fill?: boolean; classificationType?: any; zIndex?: any; } export interface PolygonEditOptions extends PolylineEditOptions { polygonProps?: PolygonProps; }