Class PlaceData
Definition
- Assembly:
- Tizen.Location.Geofence.dll
Represents the place list item data.
public class PlaceData
- Inheritance
-
objectPlaceData
Properties
View SourceCount
The total number of places that exists for the requester.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
int |
Index
The index number of places in the list.
Declaration
public int Index { get; }
Property Value
Type | Description |
---|---|
int | The index value starts from 1. |
Name
The current place name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
PlaceId
The current place ID.
Declaration
public int PlaceId { get; }
Property Value
Type | Description |
---|---|
int |