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();

Constructors

Properties

Methods

Constructors

Properties

container: undefined | null | HTMLDivElement
id: any
name: undefined | { container: string; target: string }
options: any

Methods