Add options object to ol.render.FeaturesOverlay constructor
This commit is contained in:
@@ -503,6 +503,13 @@
|
||||
* supported.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} olx.render.FeaturesOverlayOptions
|
||||
* @property {Array.<ol.Feature>|ol.Collection|undefined} features Features.
|
||||
* @property {ol.Map|undefined} map Map.
|
||||
* @property {ol.style.StyleFunction|undefined} styleFunction Style function.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} olx.source.BingMapsOptions
|
||||
* @property {string|undefined} culture Culture code. Default is `en-us`.
|
||||
|
||||
Reference in New Issue
Block a user