File tree Expand file tree Collapse file tree
src/main/java/com/maxmind/geoip2/record Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 2.8.0 (2016-XX-XX)
5+ ------------------
6+
7+ * All changes included in 2.8.0-rc1.
8+ * Updated documentation to clarify what the accuracy radius refers to.
9+
4102.8.0-rc1 (2016-06-20)
511----------------------
612
Original file line number Diff line number Diff line change @@ -68,8 +68,11 @@ public String getTimeZone() {
6868 }
6969
7070 /**
71- * @return The radius in kilometers around the specified location where the
72- * IP address is likely to be.
71+ * @return The approximate accuracy radius in kilometers around the
72+ * latitude and longitude for the IP address. This is the radius where we
73+ * have a 67% confidence that the device using the IP address resides
74+ * within the circle centered at the latitude and longitude with the
75+ * provided radius.
7376 */
7477 @ JsonProperty ("accuracy_radius" )
7578 public Integer getAccuracyRadius () {
You can’t perform that action at this time.
0 commit comments