Class PlaceAddress

    Definition

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

    Address information for the map point used in geocode and reverse geocode requests.

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

    Constructors

    View Source

    PlaceAddress()

    Constructs a map address object.

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

    Thrown when native operation failed to allocate memory.

    Properties

    View Source

    Building

    Gets a building number for this address.

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

    City

    Gets a city name for this address.

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

    Country

    Gets a country name for this address.

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

    CountryCode

    Gets a country code for this address.

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

    County

    Gets a county for this address.

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

    District

    Gets a district name for this address.

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

    FreeText

    Gets a free text associated with this address.

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

    PostalCode

    Gets a postal code for this address.

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

    State

    Gets a state name for this address.

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

    Street

    Gets a street name for this address.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public string Street { 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

    ~PlaceAddress()

    Destroy the PlaceAddress object.

    Declaration
    protected ~PlaceAddress()
    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