import {G4USearchV2Connector} from 'guide4you/src/search/connectors/G4USearchV2Connector.js'G4USearchV2Connector
Extends:
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
byHandleUrl_: * |
|
| public |
|
|
| public |
fuzzyUrl_: * |
|
| public |
wktParser_: * |
|
Method Summary
| Public Methods | ||
| public |
errorText_(textStatus: *, responseText: *, finalUrl: *): * |
|
| public |
getAutoComplete(input: *): * |
|
| public |
getByHandle(input: *): * |
|
| public |
getSearchResult(input: *): * |
|
| public |
parseFeatures(text: string): ol.Feature[] |
|
| public |
setMap(map: *) |
|
| Protected Methods | ||
| protected |
readFeature_(data: object): ol.Feature |
|
Public Constructors
public constructor() source
Public Members
public autocompleteUrl_: * source
public byHandleUrl_: * source
public fuzzyUrl_: * source
public wktParser_: * source
Public Methods
public errorText_(textStatus: *, responseText: *, finalUrl: *): * source
Params:
| Name | Type | Attribute | Description |
| textStatus | * | ||
| responseText | * | ||
| finalUrl | * |
Return:
| * |
public parseFeatures(text: string): ol.Feature[] source
Params:
| Name | Type | Attribute | Description |
| text | string |
Return:
| ol.Feature[] |
public setMap(map: *) source
Params:
| Name | Type | Attribute | Description |
| map | * |
