Add options object to ol.render.FeaturesOverlay constructor

This commit is contained in:
Tom Payne
2013-12-20 19:27:27 +01:00
parent 1a78c17713
commit 2407ee1db9
2 changed files with 28 additions and 1 deletions

View File

@@ -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`.