545556575859606162636465
return new Coord((JSONObject) hit); } else { return null; } } catch (IOException e) { throw new FactualApiException(e); } catch (JSONException e) { throw new FactualApiException(e); } finally { Closeables.closeQuietly(br); } }
4849505152535455
latitude = in.getDouble("latitude"); longitude = in.getDouble("longitude"); country = in.getString("country_code"); confidence = in.getDouble("confidence"); } catch (JSONException e) { throw new FactualApiException(e); } }