diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index 710a7d924e..cb36febb84 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -709,7 +709,7 @@ /** * @typedef {Object} olx.source.MapQuestOptions - * @property {string} layer Layer. + * @property {string} layer Layer. Possible values are `osm`, `sat`, and `hyb`. * @property {ol.TileLoadFunctionType|undefined} tileLoadFunction Optional * function to load a tile given a URL. * @todo stability experimental