I m going to be building a custom map application that has a custom, pre-determined list of locations (I want to have this list stored inside the app itself, so the user doesn t have to load it for use). Basically, I m going for sort of a "closed" maps app; one that has a rather large searchable array of locations, and when a user finds the one they want, it loads an annotation onto the mapview and displays the location.
在我开始这一努力之前,我想得到一些反馈,看我选定的工具是否是目前工作的最佳工具。 因此,MKMapView和核心数据是落实这一想法的最简单、最高效的方法吗? 我肯定愿意接受建议、想法等,并事先感谢你的反馈和想法!