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 5f958e9 + 3dffb8c commit 7023b3bCopy full SHA for 7023b3b
location/java/android/location/Geofence.java
@@ -38,8 +38,8 @@ public final class Geofence implements Parcelable {
38
/**
39
* Create a circular geofence (on a flat, horizontal plane).
40
*
41
- * @param latitude latitude in degrees
42
- * @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
43
* @param radius radius in meters
44
* @return a new geofence
45
* @throws IllegalArgumentException if any parameters are out of range
0 commit comments