作者:呦呦嘉宾 | 来源:互联网 | 2023-05-18 09:45
Imdoingthissmallprojectformyselftogetacquaintedtomapkit,butIcantfindanyresources
I'm doing this small project for myself to get acquainted to mapkit, but I can't find any resources on this question that don't involve integrating with the foursquare API (which I don't want to do).
我正在为自己做这个小项目以熟悉mapkit,但是我找不到任何关于这个问题的资源,不涉及与foursquare API集成(我不想这样做)。
I need to do this:
我需要这样做:
Do a local search with the query "Restaurant"
使用查询“餐厅”进行本地搜索
Return back all Restaurants with annotations on the map within a certain radius
在特定半径范围内返回所有带有注释的餐厅
Fill up a tableview with the main information about each location.
使用有关每个位置的主要信息填写tableview。
1 个解决方案