We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44251a7 + be7a294 commit 8756c60Copy full SHA for 8756c60
location/java/android/location/Geofence.java
@@ -36,8 +36,8 @@ public final class Geofence implements Parcelable {
36
/**
37
* Create a horizontal, circular geofence.
38
*
39
- * @param latitude latitude in degrees
40
- * @param longitude longitude in degrees
+ * @param latitude latitude in degrees, between -90 and +90 inclusive
+ * @param longitude longitude in degrees, between -180 and +180 inclusive
41
* @param radius radius in meters
42
* @return a new geofence
43
* @throws IllegalArgumentException if any parameters are out of range
0 commit comments