---
title: signal
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/geocoderlookupoptions/signal
---

# signal

A signal object allowing you to cancel the request.

## Declaration

```data
signal?: AbortSignal;
```

## Discussion

Discussion Pass an AbortSignal from an AbortController to allow the controller to cancel a pending geocoder lookup request. When the controller aborts, the promise it returns rejects with a DOMException whose name is "AbortError".

## See Also

### Options

- [coordinate](mapkitjs/geocoderlookupoptions/coordinate.md)
- [language](mapkitjs/geocoderlookupoptions/language.md)
- [limitToCountries](mapkitjs/geocoderlookupoptions/limittocountries.md)
- [region](mapkitjs/geocoderlookupoptions/region.md)
