在我的 iPhone 应用程序中,我使用的是 MKMapKit。目前我正在根据从 Google Place API 获得的结果在地图上绘制地点,但根据 Google 的文档,我必须仅在 google Maps 中使用此值。不幸的是,从 iOS 6 开始,MKMapKit 将转到 Apple Map 本身。
有没有像 google Place Search API 这样的 Apple API?
现在我正在使用这样的 URL:
https://maps.googleapis.com/maps/api/place/search/json?location=10.0036830,74.318723&rankby=distance&types=restaurant&sensor=false&key="my API Key"