I was wondering if MKMapView supports restaurant filtering based on food? If you search for "Chinese Restaurant", for example, Chinese restaurants will be seen or there will be a separate code for it, if possible? Thank you.
MKMapView has no filtering functionality as described by you. MKMapView is used only to display or annotate a map. With the Apple documentation, "An Mkmaview Object Mapping provides an embedded map interface provided by the application. You use this class - to display map information and manipulate the contents of the map with your application."
As you have described, you will already need a Chinese restaurant dataset in a specific area. You will use the MKAnnotation protocol to annotate the Chinese restaurant at MKMapView
.
No comments:
Post a Comment