我有以下结构的表
HashKey: Place Name
Attribute: Place Data Class
现在我想用地名搜索,
例如:我有以下数据
Newyork {lat: x.xxxxx, lng: x.xxxxxx}
Newzealand {lat: x.xxxxx, lng: x.xxxxxx}
IndialaPolis {lat: x.xxxxx, lng: x.xxxxxx}
当我用关键字搜索时new
,它应该返回 Newyork 和 Newzealand,我在 google 上搜索了这个,我发现我们可以通过 HashKey 获取所有记录