> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/objectbeheer/objecten-op-de-kaart-tonen.md).

# Objecten op de kaart tonen

Toon Objecten met coördinaten in de kaartweergave van de app.

Objecten kunnen op de kaart verschijnen wanneer ze geldige coördinaten hebben.

Dit helpt technici om apparatuur ter plaatse sneller te vinden.

### Voordat Objecten op de kaart verschijnen

Controleer of:

* de kaartzichtbaarheid voor Objecten is ingeschakeld
* het Object breedte- en lengtegraatgegevens bevat

{% stepper %}
{% step %}

### Open de Instellingen van de app

Ga naar **Instellingen → App instellingen**.
{% endstep %}

{% step %}

### Zichtbaarheid van Objecten op de kaart inschakelen

Schakel de Instelling in die Objecten op de kaart toont.
{% endstep %}

{% step %}

### Coördinaten aan het Object toevoegen

Open het Object en vul breedte- en lengtegraad in.
{% endstep %}

{% step %}

### De app synchroniseren

Sla de Instellingen op en laat de app synchroniseren.
{% endstep %}

{% step %}

### Open de kaartweergave

Open in de app de kaart en controleer of het Object verschijnt.
{% endstep %}
{% endstepper %}

### Veelgestelde vragen

<details>

<summary>Waarom is een Object niet zichtbaar op de kaart?</summary>

Controleer eerst de coördinaten en de instellingen voor kaartzichtbaarheid.

</details>

<details>

<summary>Verschijnen alle Objecten op de kaart?</summary>

Nee.

Alleen Objecten met bruikbare coördinaatgegevens kunnen worden weergegeven.

</details>

<details>

<summary>Waarom is dit nuttig?</summary>

Het helpt technici om apparatuur op grotere locaties sneller te vinden.

</details>

### Gerelateerde onderwerpen

* [**Objecten aanmaken in de mobiele app**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/objectbeheer/objecten-aanmaken-in-de-mobiele-app.md)
* [**Recente objectactiviteit op de kaart tonen**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/objectbeheer/recente-activiteit-van-objecten-op-de-kaart-tonen.md)
* [**Objectbeheer**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/objectbeheer.md)


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/objectbeheer/objecten-op-de-kaart-tonen.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.
