Contents

mapItems

An array of map items representing the search results.

Declaration

var mapItems: [MKMapItem] { get }

Discussion

This property contains an array of MKMapItem objects, each of which represents a returned search result. You can use these objects to retrieve information about the search result, such as the name of the point of interest, the address, the geographic location, and so on.

See Also

Related Documentation

  • Location and Maps Programming Guide

Getting the search results