Class PlaceData

Definition

Namespace:
Tizen.Location.Geofence
Assembly:
Tizen.Location.Geofence.dll
API Level:
3

Represents the place list item data.

C#
Copy
public class PlaceData
Inheritance
System.Object
PlaceData

Properties

View Source

Count

The total number of places that exists for the requester.

Declaration
C#
Copy
public int Count { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

Index

The index number of places in the list.

Declaration
C#
Copy
public int Index { get; }
Property Value
Type Description
Int32

The index value starts from 1.

API Level: 3
View Source

Name

The current place name.

Declaration
C#
Copy
public string Name { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

PlaceId

The current place ID.

Declaration
C#
Copy
public int PlaceId { get; }
Property Value
Type Description
Int32
API Level: 3