TODO MapBox search management
ol.style.editor.Search
options for function call.
var Search = new Search ({ target : ..., tools : { // ... } title : "Filtres de recherche :", obj : {} }); Search.add(); Search.display(true); Search.getContainer(); Copy
var Search = new Search ({ target : ..., tools : { // ... } title : "Filtres de recherche :", obj : {} }); Search.add(); Search.display(true); Search.getContainer();
Add element into target DOM
Set display container or get
show/hidden container or get status
Get container (DOM)
DOM element
Classdesc
TODO MapBox search management
Alias
ol.style.editor.Search
Param: options
options for function call.
Todo
Example