Class PlaceData

    Definition

    Namespace:
    Tizen.Location.Geofence
    Assembly:
    Tizen.Location.Geofence.dll

    Represents the place list item data.

    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public class PlaceData
    Inheritance
    object
    PlaceData

    Properties

    View Source

    Count

    The total number of places that exists for the requester.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public int Count { get; }
    Property Value
    Type Description
    int
    View Source

    Index

    The index number of places in the list.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public int Index { get; }
    Property Value
    Type Description
    int

    The index value starts from 1.

    View Source

    Name

    The current place name.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public string Name { get; }
    Property Value
    Type Description
    string
    View Source

    PlaceId

    The current place ID.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public int PlaceId { get; }
    Property Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX