Error: java.lang.IllegalStateException: no included points
问题 I am getting this error when trying to search a place on map. I tried other resolutions when searching, but no luck. java.lang.IllegalStateException: no included points on this line: LatLngBounds.Builder builder = new LatLngBounds.Builder(); The code I am using: try { JSONObject jsonObject = new JSONObject(response.body().toString()); JSONArray jsonArray = jsonObject.getJSONArray("routes"); for (int i = 0; i < jsonArray.length(); i++) { JSONObject route = jsonArray.getJSONObject(i);