Show / Hide Table of Contents

    Namespace Tizen.Location

    Overview

    The Tizen.Location namespace provides classes for obtaining information related to the geographical location. Notifications on events like service becoming enabled or disabled, new position data being available, and others can also be acquired.

    Related Features

    To guarantee that the location application runs on a device with the location profile feature, declare the following feature requirements in the config file:

    • http://tizen.org/feature/location
    • http://tizen.org/feature/location.gps
    • http://tizen.org/feature/location.wps

    Classes

    CircleBoundary

    This class represents a circular location boundary. Inherits the Abstract LocationBoundary class.

    GpsSatellite

    This class contains the functionality for obtaining information about GPS satellites in the range and in use.

    Location

    This class contains details of the location requested. Includes the functionality to get the distance between locations.

    LocationBoundary

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

    LocationChangedEventArgs

    An extended EventArgs class which contains the changed location information.

    Locator

    This class contains the functionality for obtaining the geographical information and setting the boundary condition. Notifications on events like service becoming enabled or disabled, new position data being available, and others can also be acquired.

    LocatorHelper

    This class contains the functionality for obtaining the geographical positioning type.

    PolygonBoundary

    This class represents a polygonal location boundary. Inherits the Abstract LocationBoundary class.

    RectangleBoundary

    This class represents a rectangular location boundary. Inherits the Abstract LocationBoundary class.

    SatelliteInformation

    This class contains the information of the satellite under consideration.

    SatelliteStatusChangedEventArgs

    An extended EventArgs class which contains the changed satellite status.

    ServiceStateChangedEventArgs

    An extended EventArgs class contains the changed location service state.

    SettingChangedEventArgs

    An extended EventArgs class which contains the changed setting status.

    ZoneChangedEventArgs

    An extended EventArgs class which contains the changed zone status.

    Structs

    Coordinate

    This structure represents the coordinates of a geographical location.

    Enums

    BoundaryState

    Enumeration for the error code for location manager.

    BoundaryType

    Enumeration for the created boundary type.

    LocationBoundError

    Location Boundary error codes.

    LocationError

    Location Manager error codes.

    LocationType

    Enumeration for the type of connection used in acquiring the location data.

    ServiceState

    Enumeration for the state of the location service.

    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX