Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 MKLocalSearchRequest 类来允许用户在我的应用程序中搜索地址。
我不希望响应结果包含业务。有什么办法可以告诉类/API不要在响应中返回业务?
谢谢
除非您可以在naturalLanguageQuery部分中指定它,否则MKLocalSearchRequest它似乎不会MKMapItem实际存储它是否是一家企业。Apple 文档确实说phoneNumber应该用于企业,但是否可以保证所有位置都是未知的。
naturalLanguageQuery
MKLocalSearchRequest
MKMapItem
phoneNumber