<!--
{
  "availability" : [
    "MapKit JS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/GeocoderReverseLookupOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Interface",
  "symbol" : {
    "kind" : "Interface",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "struct/mapkit.GeocoderReverseLookupOptions"
  },
  "title" : "GeocoderReverseLookupOptions"
}
-->

# GeocoderReverseLookupOptions

An option that constrains reverse lookup results to a specific language.

```
interface GeocoderReverseLookupOptions
```

## Overview

Configure [`GeocoderReverseLookupOptions`](/documentation/MapKitJS/GeocoderReverseLookupOptions) when performing a reverse lookup to constrain geocoder results to return results in a specific language.

## Topics

### Options

[`language?: string;`](/documentation/MapKitJS/GeocoderReverseLookupOptions/language)

The language to use when displaying the reverse lookup results.

[`signal?: AbortSignal;`](/documentation/MapKitJS/GeocoderReverseLookupOptions/signal)

A signal object allowing you to cancel the request.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)