mapfish. Searcher

Base searcher class.  This class is not meant to be used directly, it serves as a base class for specific searcher implementations.

Constructor

mapfish. Searcher

Parameters

options{Object} A config object, with the following properties:
  • protocol {OpenLayers.Protocol} The protocol this searcher will be registered into, optional.
  • autobind {Boolean} If false the searcher will not be registered into the protocol specified using the protocol option, optional.

Returns

{mapfish.Searcher}

Abstract vector layer protocol class.
Close