Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/226.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
Android SKSearchResults在没有parentIndex的情况下是不同的吗?_Android_Skmaps - Fatal编程技术网

Android SKSearchResults在没有parentIndex的情况下是不同的吗?

Android SKSearchResults在没有parentIndex的情况下是不同的吗?,android,skmaps,Android,Skmaps,像下面这样的SKSearchResult是否是不带父ID的独立的 SKSearchResult [id=89926544, type=STREET, name=Grüne Aue, parentsList=[SKSearchResultParent [parentIndex=1623511944, parentType=CITY_SECTOR, parentName=Anderten], SKSearchResultParent [parentIndex=1623511944, pa

像下面这样的SKSearchResult是否是不带父ID的独立的

SKSearchResult [id=89926544, type=STREET, name=Grüne Aue, 
parentsList=[SKSearchResultParent [parentIndex=1623511944, parentType=CITY_SECTOR, parentName=Anderten], 
    SKSearchResultParent [parentIndex=1623511944, parentType=CITY, parentName=Hannover], 
    SKSearchResultParent [parentIndex=1623511944, parentType=STATE, parentName=Niedersachsen], 
    SKSearchResultParent [parentIndex=1623511944, parentType=COUNTRY, parentName=Deutschland]], 
    category=SKPOI_CATEGORY_UNKNOWN, mainCategory=null, location=[9.848663330078125,52.36086654663086], offlinePackageCode=DE
那么,如果我搜索它,我能期待同样的SKSearchResult吗

  • 德国
  • 尼德萨克森
  • 汉诺威
  • 安德滕
  • 格吕内奥伊

或者我必须存储所有的
parentIndex
-值才能重复搜索结果相同吗?

问题路由到搜索开发者问题路由到搜索开发者