> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/id/guide/devices-and-settings/location-and-movement.md).

# Lokasi dan gerakan

Blok-blok ini mengontrol bagaimana perangkat melaporkan posisi dan gerakannya: strategi pelaporan, bagaimana parkir dan perjalanan dideteksi, penentuan posisi cadangan, penghitung jarak tempuh dan jam mesin, bagaimana pengapian ditentukan, serta deteksi gerakan tidak sah.

<table data-view="cards"><thead><tr><th>Blok</th><th>Tujuan</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Mode Tracking</h4></td><td>Seberapa sering dan atas dasar apa perangkat melaporkan posisi.</td><td><a href="/pages/c635b445a046c6e5db90cb3dc16ec68450c67088">/pages/c635b445a046c6e5db90cb3dc16ec68450c67088</a></td></tr><tr><td><h4>Deteksi tempat parkir</h4></td><td>Kapan kendaraan dianggap parkir versus dalam perjalanan.</td><td><a href="/pages/93728d6e452a2fdc4013ce8d2b23152cca462845">/pages/93728d6e452a2fdc4013ce8d2b23152cca462845</a></td></tr><tr><td><h4>Radius deteksi LBS</h4></td><td>Sesuaikan penentuan posisi seluler dan Wi-Fi yang digunakan sebagai cadangan GPS.</td><td><a href="/pages/853eed72fbe5d6ee54794a0e222ab80dc76d1d06">/pages/853eed72fbe5d6ee54794a0e222ab80dc76d1d06</a></td></tr><tr><td><h4>Odometer</h4></td><td>Lacak jarak tempuh total dan koreksi kesalahan pengukuran.</td><td><a href="/pages/6872960a56385dfb15a18f084cde524ddc94482c">/pages/6872960a56385dfb15a18f084cde524ddc94482c</a></td></tr><tr><td><h4>Mesin jam</h4></td><td>Lacak total waktu mesin menyala.</td><td><a href="/pages/2c3ee66f822bbfb5555776ab0c1c23f199367086">/pages/2c3ee66f822bbfb5555776ab0c1c23f199367086</a></td></tr><tr><td><h4>Sumber pengapian</h4></td><td>Bagaimana perangkat menentukan pengapian aktif dan nonaktif.</td><td><a href="/pages/3d3d4bc09f14f32e9b8204547dfdc0297046ea11">/pages/3d3d4bc09f14f32e9b8204547dfdc0297046ea11</a></td></tr><tr><td><h4>Deteksi derek</h4></td><td>Deteksi gerakan tidak sah pada kendaraan yang diparkir.</td><td><a href="/pages/b279cf2d73a66bb8c11a4c667d20277b3c2a4e87">/pages/b279cf2d73a66bb8c11a4c667d20277b3c2a4e87</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/user/id/guide/devices-and-settings/location-and-movement.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
