Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在iOS 5中创建位置自动完成输入字段?_Ios_Mapkit_Geocoding_Reverse Geocoding_Mkreversegeocoder - Fatal编程技术网

如何在iOS 5中创建位置自动完成输入字段?

如何在iOS 5中创建位置自动完成输入字段?,ios,mapkit,geocoding,reverse-geocoding,mkreversegeocoder,Ios,Mapkit,Geocoding,Reverse Geocoding,Mkreversegeocoder,我知道iOS提供了MKReverseGeocoder,可以将用户的lat/long转换为类似“旧金山”的位置,但是否也有相反的情况?要创建一个文本字段,用户在其中键入“San F”,并提供以“San F”开头的位置供选择 哪些服务可用于返回给定城市名称子字符串搜索的位置和lat/long?Google Places有一个新的可能的副本

我知道iOS提供了
MKReverseGeocoder
,可以将用户的lat/long转换为类似“旧金山”的位置,但是否也有相反的情况?要创建一个文本字段,用户在其中键入“San F”,并提供以“San F”开头的位置供选择

哪些服务可用于返回给定城市名称子字符串搜索的位置和lat/long?

Google Places有一个新的

可能的副本