Since: API level 6
public abstract class

Geofence

extends Object
implements Parcelable
java.lang.Object
   ↳ com.samsung.android.knox.location.Geofence
Known Direct Subclasses

Class Overview

Base Geofence class used by PolygonalGeofence, CircularGeofence and LinearGeofence.

Since
API level 6
MDM 4.0

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public int id Unique identifier for all the geofences (circular, polygonal and linear).
public int type It indicates the type of geofence.
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public int id

Since: API level 6

Unique identifier for all the geofences (circular, polygonal and linear).

Since
API level 6
MDM 4.0

public int type

Since: API level 6

It indicates the type of geofence. This can be either TYPE_CIRCLE or TYPE_POLYGON or TYPE_LINEAR.

Since
API level 6
MDM 4.0