diff options
author | Victoria Lease <violets@google.com> | 2012-10-24 10:40:07 -0700 |
---|---|---|
committer | Victoria Lease <violets@google.com> | 2012-10-24 10:40:07 -0700 |
commit | b17223b6f5c4d894530c6412fc5dac2d6be403dc (patch) | |
tree | 7f86418e3fde5490ff8ed786284c7b9477e4e2ad /location | |
parent | 799916e6ac706921e43a3382e5d9e06e13f87525 (diff) | |
download | frameworks_base-b17223b6f5c4d894530c6412fc5dac2d6be403dc.zip frameworks_base-b17223b6f5c4d894530c6412fc5dac2d6be403dc.tar.gz frameworks_base-b17223b6f5c4d894530c6412fc5dac2d6be403dc.tar.bz2 |
revise android.location.Geofence documentation
Bug: 7172696
Change-Id: Ib1a104ee4a97c51996200b8d456face66178115f
Diffstat (limited to 'location')
-rw-r--r-- | location/java/android/location/Geofence.java | 4 |
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 */ |