Skip to content

Commit b17223b

Browse files
author
Victoria Lease
committed
revise android.location.Geofence documentation
Bug: 7172696 Change-Id: Ib1a104ee4a97c51996200b8d456face66178115f
1 parent 799916e commit b17223b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

location/java/android/location/Geofence.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
/**
2323
* Represents a geographical boundary, also known as a geofence.
2424
*
25-
* <p>Currently only circular geofences are supported, but this object
26-
* is opaque so could be used in the future to represent polygons or other
27-
* shapes.
25+
* <p>Currently only circular geofences are supported.
2826
*/
2927
public final class Geofence implements Parcelable {
3028
/** @hide */

0 commit comments

Comments
 (0)