interface CacheItem {
    corners: Feature<Geometry>[];
}

Properties

Properties

corners: Feature<Geometry>[]