Class PlaceData
Definition
- Assembly:
- Tizen.Location.Geofence.dll
Represents the place list item data.
C#
Copy
public class PlaceData
- Inheritance
-
objectPlace
Data
Properties
Declaration
C#
Copy
public int Count { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#
Copy
public int Index { get; }
Property Value
Type | Description |
---|---|
int | The index value starts from 1. |
Declaration
C#
Copy
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#
Copy
public int PlaceId { get; }
Property Value
Type | Description |
---|---|
int |