From 6afd711c663239125b3eee27278754938f61c61d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 18 Dec 2013 22:07:28 +0100 Subject: [PATCH] Add olx.style.CircleOptions --- src/objectliterals.jsdoc | 7 +++++++ 1 file changed, 7 insertions(+) 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.