jamespick
jamespick

Reputation: 1978

MapKit Search API like in Apple Maps App

How can I implement the same search that the Apple Maps app has? Is this a MKLocal search function? How can it be local if it searches the world?

Upvotes: -1

Views: 612

Answers (1)

Glorfindel
Glorfindel

Reputation: 22631

The class is indeed named MKLocalSearch, but it is recommended (not required) to specify a region where to search for the entered query. See the Apple documentation.

Upvotes: 2

Related Questions