# Map control

- [Building](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/building.md): Building visibility manipulation
- [Bounds](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/bounds.md): Bounds for map viewport
- [Center](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/center.md)
- [Heading](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/heading.md): Focal point for rotating a map view
- [Flyto](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/flyto.md): Animated focus to a location
- [Tilt](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/tilt.md): Tilt your 3d map view
- [Zoom](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/zoom.md): Controls scale of your map view
- [Marker](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/marker.md): Marker manipulation
- [Instance Members](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/marker/instance-members.md)
- [Polyline](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/polyline.md): Connect vertices with lines
- [Polygon](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/polygon.md): Fill colors the area within given vertices
- [Circle](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/circle.md): Generate a circle and edit properties
- [On/Off](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/on-off.md): Event detection
- [Once](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/once.md): Event detection
- [Language](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/language.md)
- [Theme](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/theme.md): Change the map theme
- [Cluster](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/cluster.md): If the data is a collection of point features, setting this to true clusters the points by radius into groups.
- [Instance Members](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/cluster/instance-members.md)


---

# 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://nostramap-doc.fatos.biz/fatos-api/map/map-control.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.
