我正在构建一个 flutter 应用,该应用应以列表形式显示用户的附近位置。我已经使用 locations 插件来查找用户的位置,该位置现在返回纬度和经度。
是否可以使用此信息(经纬度)将附近的位置显示为列表,而不使用地图?
答案 0 :(得分:0)
好的。您可以使用Google Places API:
使用location
属性传递经度和纬度。
答案 1 :(得分:0)
可以,请使用Google Places API https://developers.google.com/places/web-service/search
按照提供的文档链接中的建议,使用location属性传递纬度。