UNPKG

825 BJavaScriptView Raw
1/**
2 * @type {Object}
3 */
4var common;
5
6
7
8/**
9 * @param {string=} opt_default Default renderer.
10 * @return {string} Renderer type.
11 */
12common.getRendererFromQueryString = function(opt_default) {};
13
14
15/**
16 * @param {function(new:ol.style.Style, olx.style.StyleOptions=)} Style Style constructor.
17 * @param {function(new:ol.style.Fill, olx.style.FillOptions=)} Fill Fill constructor.
18 * @param {function(new:ol.style.Stroke, olx.style.StrokeOptions=)} Stroke Stroke constructor.
19 * @param {function(new:ol.style.Icon, olx.style.IconOptions=)} Icon Icon constructor.
20 * @param {function(new:ol.style.Text, olx.style.TextOptions=)} Text Text constructor.
21 * @return {function((ol.Feature|ol.render.Feature), number):
22 * Array.<ol.style.Style>}
23 */
24var createMapboxStreetsV6Style = function(Style, Fill, Stroke, Icon, Text) {};