Mark ol.style.Image with @api
This is to be able to do `imageStyle instanceof ol.style.Image` in applications.
This commit is contained in:
@@ -26,10 +26,12 @@ ol.style.ImageOptions;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Set image style for vector features.
|
* Abstract base class; used for creating subclasses and not instantiated in
|
||||||
|
* apps. Base class for {@link ol.style.Icon} and {@link ol.style.Circle}.
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param {ol.style.ImageOptions} options Options.
|
* @param {ol.style.ImageOptions} options Options.
|
||||||
|
* @api
|
||||||
*/
|
*/
|
||||||
ol.style.Image = function(options) {
|
ol.style.Image = function(options) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user