File

projects/angular-cesium/src/lib/angular-cesium-widgets/models/polygon-edit-options.ts

Index

Properties

Properties

classificationType
classificationType: any
Type : any
Optional
fill
fill: boolean
Type : boolean
Optional
material
material: any
Type : any
Optional
zIndex
zIndex: any
Type : any
Optional
import { PolylineEditOptions } from './polyline-edit-options';

export interface PolygonProps {
  material?: any;
  fill?: boolean;
  classificationType?: any;
  zIndex?: any;
}

export interface PolygonEditOptions extends PolylineEditOptions {
  polygonProps?: PolygonProps;
}

result-matching ""

    No results matching ""