Home > @magiclane/maps-sdk > SearchService > cancelSearch
SearchService.cancelSearch() method
Cancel specific request identified by the task handler.
Signature:
static cancelSearch(taskHandler: TaskHandler): void;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
taskHandler |
The task handler associated with the request to be canceled. |
Returns:
void
Exceptions
An exception if it fails.