Class PlaceCategory

    Definition

    Namespace:
    Tizen.Maps
    Assembly:
    Tizen.Maps.dll

    Place category information, used in place discovery and search requests.

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public class PlaceCategory : IDisposable
    Inheritance
    object
    PlaceCategory
    Implements
    System.IDisposable

    Constructors

    View Source

    PlaceCategory()

    Constructs a search category object.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public PlaceCategory()
    Exceptions
    Type Condition
    System.InvalidOperationException

    Thrown when native operation failed to allocate memory.

    Properties

    View Source

    Id

    Gets or sets an ID for this category.

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

    Name

    Gets or sets a name for this category.

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

    Url

    Gets or sets a URL for this category.

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

    Methods

    View Source

    Dispose()

    Releases all the resources used by this object.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public void Dispose()
    View Source

    Dispose(bool)

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    If true, managed and unmanaged resources can be disposed, otherwise only unmanaged resources can be disposed.

    View Source

    ~PlaceCategory()

    Destroy the PlaceCategory object.

    Declaration
    protected ~PlaceCategory()
    View Source

    ToString()

    Returns a string that represents this object.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public override string ToString()
    Returns
    Type Description
    string

    Returns a string which presents this object.

    Overrides
    object.ToString()

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX