Very good MapKit demo, useful.
I have two questions related and thanks in advance.
- How to expand the region to global?
I use this code in MKLocalSearchRequest but not work
let region = MKCoordinateRegionMakeWithDistance(mapView.userLocation.coordinate, 999999, 999999)
request.region = region
- Could I only get city names?
Such as Paris / New York / Shanghai ...