Class PlaceCategory

    Definition

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

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

    public class PlaceCategory : IDisposable
    Inheritance
    object
    PlaceCategory
    Implements
    System.IDisposable

    Constructors

    View Source

    PlaceCategory()

    Constructs a search category object.

    Declaration
    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
    public string Id { get; set; }
    Property Value
    Type Description
    string
    View Source

    Name

    Gets or sets a name for this category.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    Url

    Gets or sets a URL for this category.

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    Dispose()

    Releases all the resources used by this object.

    Declaration
    public void Dispose()
    View Source

    Dispose(bool)

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

    Declaration
    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
    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