【发布时间】:2021-12-13 13:09:53
【问题描述】:
我需要使用 google_geocoding 包。
我的代码是:
Future<GeocodingResponse> getDatosGeocoding () async {
var resultado= (await googleGeocoding.geocoding.getReverse(LatLon(40.714224,-73.961452))) ;
return resultado;
}
我一直在搜索包自述文件,但无法从 GeocodingResponse 中找到如何获取城市和国家/地区。
【问题讨论】: