Skip to content

Commit 8756c60

Browse files
Victoria LeaseAndroid (Google) Code Review
authored andcommitted
Merge "DO NOT MERGE clarify Geofence.createCircle() param ranges" into jb-mr1-dev
2 parents 44251a7 + be7a294 commit 8756c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

location/java/android/location/Geofence.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ public final class Geofence implements Parcelable {
3636
/**
3737
* Create a horizontal, circular geofence.
3838
*
39-
* @param latitude latitude in degrees
40-
* @param longitude longitude in degrees
39+
* @param latitude latitude in degrees, between -90 and +90 inclusive
40+
* @param longitude longitude in degrees, between -180 and +180 inclusive
4141
* @param radius radius in meters
4242
* @return a new geofence
4343
* @throws IllegalArgumentException if any parameters are out of range

0 commit comments

Comments
 (0)