Shape set entry.

interface ShapeSetEntry {
    minZoomLevel: number;
    shapeSet: ShapeSet;
}

Properties

minZoomLevel: number

Minimum zoom level.

shapeSet: ShapeSet

Shape set.

Generated using TypeDoc