标签: ios objective-c swift mapkit core-location
当我使用Google Places API搜索地点时,我可以获得商家或机构类型(列出可用类型here)。但是,如果我尝试使用Apple's native Core Location or MapKit,那么标准类中没有此类信息可用,尽管Apple Maps会根据POI type显示带有各种图标的POI。是否可以从Swift/ObjC获得相同的信息?
Google Places API
Apple's native Core Location or MapKit
POI type
Swift/ObjC