---
title: PlaceLookup
framework: mapkitjs
role: symbol
role_heading: Class
path: mapkitjs/placelookup
---

# PlaceLookup

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

## Declaration

```data
class PlaceLookup extends Service
```

## Overview

Overview For more information on places, see Identifying unique locations with Place IDs.

## Topics

### Creating a place lookup

- [new PlaceLookup(options)](mapkitjs/placelookup/placelookupconstructor.md)

### Getting a place

- [getPlace(id, options)](mapkitjs/placelookup/getplace.md)
- [getPlace(annotation, options)](mapkitjs/placelookup/getplace1.md)
- [PlaceLookupOptions](mapkitjs/placelookupoptions.md)

### Deprecated

- [getPlace(id, callback, options)](mapkitjs/placelookup/getplace2.md)

## Relationships

### Inherits From

- [Service](mapkitjs/service.md)

## See Also

### Places

- [Place](mapkitjs/place.md)
- [placeDetails](mapkitjs/mapkit/placedetails.md)
- [PlaceSelectionAccessoryOptions](mapkitjs/placeselectionaccessoryoptions.md)
- [PlaceAnnotation](mapkitjs/placeannotation.md)
- [PlaceDetail](mapkitjs/placedetail.md)
- [PlaceSelectionAccessory](mapkitjs/placeselectionaccessory.md)
