diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index 3fb309839e..81188d6d0b 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -718,6 +718,13 @@ * @todo stability experimental */ +/** + * @typedef {Object} olx.style.CircleOptions + * @property {ol.style.Fill|undefined} fill Fill style. + * @property {number} radius Circle radius. + * @property {ol.style.Stroke|undefined} stroke Stroke style. + */ + /** * @typedef {Object} olx.style.FillOptions * @property {ol.Color|string|undefined} color Color.