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

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -