Add olx.style.CircleOptions

This commit is contained in:
Éric Lemoine
2013-12-18 22:07:28 +01:00
parent 1b22ea0677
commit 6afd711c66

View File

@@ -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.