标签: android google-maps google-maps-api-3 google-places-api
我已经实现了新的Place API,下面是我最近的地点列表方法。
getline
在这个placeLikelihood.place.id中始终返回null。谁知道,我们如何从可能性中获取地点ID?
答案 0 :(得分:1)
您正在使用
val placeFields = Arrays.asList(Place.Field.NAME)
如果要返回ID,则需要包含Place.Field.ID。
Place.Field.ID