Interface SearchEngine
Search engine interface for use by search classes used by SearchRouter element.
Namespace: Mapbender\CoreBundle\Component
Deprecated: and well
Author: Christian Wygoda
Located at Mapbender/CoreBundle/Component/SearchEngine.php
Deprecated: and well
Author: Christian Wygoda
Located at Mapbender/CoreBundle/Component/SearchEngine.php
Methods summary
public
|
#
__construct( Symfony\Component\DependencyInjection\ContainerInterface $container )
Constructor, receives the DI container for access to everything else. |
public
array
|
#
autocomplete( string $target, string $term, array $data, string $srs, array $extent )
Autocomplete handler |
public
array
|