Definition
- Namespace:
- Tizen.Location.Geofence
- Assembly:
- Tizen.Location.Geofence.dll
Represents the geofence list item data.
- Inheritance
-
Properties
View Source
Count
The total number of fences that exists for the requester.
Declaration
public int Count { get; }
Property Value
Declaration
public Fence Fence { get; }
Property Value
Declaration
public int GeofenceId { get; }
Property Value
View Source
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.
|