| com.steerpath.sdk.geofence.Geofence |
Known Indirect Subclasses
|
Describes an area that can be monitored for entries and exits. Areas can either be circular, defined by a center point and a radius, or polygons defined by one or more bounding areas and one or more hole areas.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | Geofence.Builder | Used for configuring and instantiating Geofence objects. | |||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | GEOFENCE_TRANSITION_DWELL | ||||||||||
| int | GEOFENCE_TRANSITION_ENTER | ||||||||||
| int | GEOFENCE_TRANSITION_EXIT | ||||||||||
| long | NEVER_EXPIRE | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract String |
getInfo()
Returns info string.
| ||||||||||
| abstract String |
getRequestId()
Once a Geofence has been created, it is identified by its request id.
| ||||||||||
| abstract int |
getTransitionTypes()
Returns transition types as bitmask.
| ||||||||||
| abstract boolean |
isBeaconfence()
Chcks if this fence is a beaconfence-
| ||||||||||
Returns info string.
Once a Geofence has been created, it is identified by its request id.
Returns transition types as bitmask.
Chcks if this fence is a beaconfence-