File

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

Extends

PolylineEditOptions

Index

Properties

Properties

polygonProps
polygonProps: PolygonProps
Type : PolygonProps
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 ""