Interface GeometryConfig

interface GeometryConfig {
    coordinateMode: CoordinateMode;
    style?: GeometryStyle;
}

Hierarchy (view full)

Properties

coordinateMode: CoordinateMode