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