# Location Sensor

The Location Sensor event in Kalipso is a feature that enables your application to interact with location-based data on mobile devices. This event use the device's capabilities to track and respond to changes in the device's geographical coordinates, proving real-time access to latitude, longitude, altitude, and speed information.

{% hint style="warning" %}
Requires **Sensor Enable** action with sensor type parameter as Location.
{% endhint %}

#### Event available on the following operating systems

<figure><img src="/files/kfMeq0OanEe5OOx5RmUn" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/controls/events/location-sensor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
