Class FenceData
Definition
- Namespace:
- Tizen.Location.Geofence
- Assembly:
- Tizen.Location.Geofence.dll
- API Level:
- 3
Represents the geofence list item data.
public class FenceData
- Inheritance
-
FenceData
Properties
View SourceCount
The total number of fences that exists for the requester.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceFence
The geofence instance.
Declaration
public Fence Fence { get; }
Property Value
Type | Description |
---|---|
Fence |
API Level: 3
View SourceGeofenceId
The geofence ID.
Declaration
public int GeofenceId { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceIndex
The index number of fences in the list.
Declaration
public int Index { get; }
Property Value
Type | Description |
---|---|
Int32 | The index value starts from 1. |