标签: android kotlin google-places-api
我想了解Google是否会因其Places API中的for key, value in var_b.iteritems(): result = filter(lambda d: d['id'] == key, var_a) 函数而向我收费。 这是我在应用程序中使用的功能:
for key, value in var_b.iteritems(): result = filter(lambda d: d['id'] == key, var_a)
findAutocompletePredictions()
我看了看他们的文档,发现有两个选项可能与我的情况相符:
其中哪一个与我的代码匹配?