Class FenceData

    Definition

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

    Represents the geofence list item data.

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

    Properties

    View Source

    Count

    The total number of fences 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

    Fence

    The geofence instance.

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

    GeofenceId

    The geofence ID.

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

    Index

    The index number of fences 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
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX