Skip to content

Commit 4c9b859

Browse files
authored
Merge pull request #75 from maxmind/greg/clarify-accuracy-radius
Clarify what the accuracy radius is
2 parents dbb7e81 + 3bdd773 commit 4c9b859

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
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+
410
2.8.0-rc1 (2016-06-20)
511
----------------------
612

src/main/java/com/maxmind/geoip2/record/Location.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)