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.
在我的应用程序中,我有两个文本字段,用户可以在其中输入城市和州。我想验证输入的城市是否在输入的州内。该应用程序仅针对美国人民。那么有什么方法可以验证城市和州的详细信息吗?
查看 Google Maps API (http://code.google.com/apis/maps/documentation/webservices/index.html) 并检查位置。
因此,您不必维护大量列表,并且始终保持最新状态。
我可以考虑使用nsdictionarywith nsarrayof city 和 with state 作为键。一旦用户输入州和城市,您可以使用状态作为键获取对象数组,并将输入的城市与返回数组中的对象进行比较。
nsdictionary
nsarray