ios - Filtering Restaurants in MKMapView -


i wondering if mkmapview supports filtering restaurants based on cuisine? if search "chinese restaurants", example, chinese restaurants appear or there separate code that, if possible? thanks.

mkmapview has no filtering functionality have described. mkmapview used display or annotate map. apple documentation, "an mkmapview object provides embeddable map interface, similar 1 provided maps application. use class as-is display map information , manipulate map contents application."

to described, need have dataset of chinese restaurants in specific area. use mkannotation protocol annotate chinese restaurants on mkmapview

https://developer.apple.com/library/ios/documentation/mapkit/reference/mkmapview_class/


Comments

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -