Class Overview
This class defines a linear geofence object. A linear geofence is defined by
a list of LatLongPoint
points in the order given by the administrator. A fence is constructed based
on the points specified by the administrator along with an
administrator-defined width.
Summary
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
Since: API level 6
List of LatLongPoint
points that form a series of line segments.
public
double
width
Since: API level 6
Width in meters of the linear geofence. The width of a linear geofence
specifies the distance in meters above and below the created line to
calculate to the area that is considered part of the created geofence.
Public Constructors