Class Geocoordinates

    Definition

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

    A class representing geographical coordinates.

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

    Constructors

    View Source

    Geocoordinates(double, double)

    Constructs the map coordinates object.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public Geocoordinates(double latitude, double longitude)
    Parameters
    Type Name Description
    double latitude

    Latitude value must be between (-90.0 ~ 90.0) degrees.

    double longitude

    Longitude value must be between (-180.0 ~ 180.0) degrees.

    Exceptions
    Type Condition
    System.ArgumentException

    Thrown when values for latitude and longitude are not valid.

    System.InvalidOperationException

    Thrown when a native operation fails to allocate memory.

    Properties

    View Source

    Latitude

    Gets the latitude coordinates.

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

    Longitude

    Gets the longitude coordinates.

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

    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

    ~Geocoordinates()

    Destroy the Geocoordinates object.

    Declaration
    protected ~Geocoordinates()
    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 that represents this object.

    Overrides
    object.ToString()

    Implements

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