利用Geocoder來進行爲位置轉換經緯度

private String getAddress(String adressStr) throws IOException { Geocoder geocoder = new Geocoder(this); boolean falg = geocoder.isPresent(); KLog.e("the falg is " + falg);
相關文章
相關標籤/搜索