Location

The location and sensor features introduce how you can manage information about the geographical location and surrounding environment of the device, as well as human activity data. You can use a location service to track location information, and various device sensors to track the device environment and user activities.

You can use the following location and sensor features in your .NET applications:

  • Geofences

    You can create geofences, which are virtual perimeters for a real-world geographic area. When a geofence is active, you can monitor the user’s location and receive alerts when the user enters or leaves the geofence area.

  • Location Information

    The Location Manager provides the geographical location of the device for your application. You can access the user’s location, monitor location updates, and track the user’s movements within specific bounds or along a route. You can also manage the location settings, allowing the user to determine whether your application has access to location data.

  • Dependencies
    • Tizen 4.0 and Higher
Third Party Libraries for Tizen .NET Application
Next Location Information
Submit your feedback to GitHub