summaryrefslogtreecommitdiffstats
path: root/location/java/android/location/Geofence.java
diff options
context:
space:
mode:
Diffstat (limited to 'location/java/android/location/Geofence.java')
-rw-r--r--location/java/android/location/Geofence.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/location/java/android/location/Geofence.java b/location/java/android/location/Geofence.java
index 03cca84..b3e4a88 100644
--- a/location/java/android/location/Geofence.java
+++ b/location/java/android/location/Geofence.java
@@ -22,9 +22,7 @@ import android.os.Parcelable;
/**
* Represents a geographical boundary, also known as a geofence.
*
- * <p>Currently only circular geofences are supported, but this object
- * is opaque so could be used in the future to represent polygons or other
- * shapes.
+ * <p>Currently only circular geofences are supported.
*/
public final class Geofence implements Parcelable {
/** @hide */