Enum GeofenceEventType

Definition

Namespace:
Tizen.Location.Geofence
Assembly:
Tizen.Location.Geofence.dll
API Level:
3

Enumeration for the geofence management events.

C#
Copy
public enum GeofenceEventType
Name Description
FenceAdded

Geofence is added.

FenceRemoved

Geofence is removed.

FenceStarted

Geofencing is started.

FenceStopped

Geofencing is stopped.

PlaceAdded

Place is added.

PlaceRemoved

Place is removed.

PlaceUpdated

Place is updated.

SettingDisabled

Setting for geofencing is disabled.

SettingEnabled

Setting for geofencing is enabled.