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