diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index 3f2b149441..5a3586aab8 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -745,7 +745,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