<!--
{
  "availability" : [
    "MapKit JS: 5.78.1 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/PlaceLookup",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "cl/mapkit.PlaceLookup"
  },
  "title" : "PlaceLookup"
}
-->

# PlaceLookup

An object that provides the ability to look up place information for a specified Place ID.

```
class PlaceLookup extends Service
```

## Overview

For more information on places, see <doc://com.apple.documentation/documentation/MapKit/identifying-unique-locations-with-place-ids>.

## Topics

### Creating a place lookup

[`constructor(options?: ServiceConstructorOptions);`](/documentation/MapKitJS/PlaceLookup/PlaceLookupConstructor)

Creates a place lookup with a set of options.

### Getting a place

[`getPlace(id: string, options?: PlaceLookupOptions): Promise<Place>;`](/documentation/MapKitJS/PlaceLookup/getPlace)

Obtains a place using its identifier.

[`getPlace(
    annotation: MapFeatureAnnotation,
    options?: PlaceLookupOptions,
): Promise<Place>;`](/documentation/MapKitJS/PlaceLookup/getPlace1)

Obtains the place associated with a map feature annotation.

[`interface PlaceLookupOptions`](/documentation/MapKitJS/PlaceLookupOptions)

Options for place lookup requests.

### Deprecated

[`getPlace(
    id: string,
    callback: (error: Error | null, result: Place | null) => void,
    options?: PlaceLookupOptions,
): Promise<Place>;`](/documentation/MapKitJS/PlaceLookup/getPlace2)

Obtains a place using its identifier.

## Relationships

### Inherits From

[`Service`](/documentation/MapKitJS/Service)

---

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)