Class LocationBoundary

    Definition

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

    The LocationBoundary class is an abstract class that provides functions related to the geographic bounds information.

    public abstract class LocationBoundary : IDisposable
    Inheritance
    object
    LocationBoundary
    Derived
    CircleBoundary
    CircleBoundary
    PolygonBoundary
    PolygonBoundary
    RectangleBoundary
    RectangleBoundary
    Implements
    System.IDisposable

    Properties

    View Source

    BoundaryType

    Gets the location boundary type.

    Declaration
    public BoundaryType BoundaryType { get; }
    Property Value
    Type Description
    BoundaryType

    Methods

    View Source

    BoundaryContainsCoordinates(Coordinate)

    Checks if the boundary contains the specified geographical coordinates.

    Declaration
    public bool BoundaryContainsCoordinates(Coordinate coordinate)
    Parameters
    Type Name Description
    Coordinate coordinate

    The coordinate which needs to be checked.

    Returns
    Type Description
    bool

    Returns a boolean value indicating whether or not the specified coordinate lies in the geographical area.

    View Source

    Dispose()

    The overidden Dispose method of the IDisposable class.

    Declaration
    public void Dispose()
    Exceptions
    Type Condition
    System.ArgumentException

    Thrown when an invalid argument is used.

    System.NotSupportedException

    Thrown when the location is not supported.

    View Source

    Dispose(bool)

    Dispose.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    View Source

    ~LocationBoundary()

    The destructor of the LocationBoundary class.

    Declaration
    protected ~LocationBoundary()

    Implements

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