标签: iphone ios mapkit
在iOS环境中,是否有可能以某种方式返回街道建议名称列表,例如地图应用程序?例如,我输入“Central”,它返回一个街道列表,其中包含名称中的“Central”字样。
答案 0 :(得分:2)
iOS中没有内置功能。我建议将Google地理编码API与UISearchDisplayController一起使用。 http://code.google.com/apis/maps/documentation/geocoding/
UISearchDisplayController