| | |
| | | public static String URL = "https://api.map.baidu.com/place/v2/search?"; |
| | | public static String GEOCONV_URL = "https://api.map.baidu.com/geoconv/v2/?"; |
| | | |
| | | public static String AK = "3mHKIXMArjgIkgADzOlTYp4XssNSNkwr"; |
| | | public static String AK = "63ieaml2ffyexWHPOqUYLw1rH8mdaMTs"; |
| | | |
| | | public static void main(String[] args) throws Exception { |
| | | |
| | |
| | | return new JSONArray(); |
| | | } |
| | | |
| | | |
| | | |
| | | public static JSONArray searchLocation(String query, String location) { |
| | | Map params = new LinkedHashMap<String, String>(); |
| | | params.put("query", query); |