---
title: MKLocalSearch.Response
framework: mapkit
role: symbol
role_heading: Class
path: mapkit/mklocalsearch/response
---

# MKLocalSearch.Response

The results from a map-based search.

## Declaration

```swift
class Response
```

## Overview

Overview You don’t create instances of this class directly. After initiating a map search using an MKLocalSearch object, MapKit passes an instance of this class to your completion handler.

## Topics

### Getting the search results

- [mapItems](mapkit/mklocalsearch/response/mapitems.md)
- [boundingRegion](mapkit/mklocalsearch/response/boundingregion.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
