# FATOS Map API

## 3.1.5 - 2021-06-04

### New

* \[Map] Map data have been updated. (region: Korea)

| Type                    |  New | Modified | Removed | Total |
| ----------------------- | :--: | :------: | :-----: | :---: |
| Road                    | 1917 |   3352   |   8587  | 13856 |
| Building                | 8831 |   1470   |  13829  | 24130 |
| Site                    | 1337 |   1550   |   1528  |  4415 |
| Railroad                |   5  |     7    |    14   |   26  |
| Geometry                | 5159 |   1597   |   5173  | 11929 |
| River/Lake              |   0  |    10    |    8    |   18  |
| Administrative Boundary |   0  |    17    |    0    |   17  |

## 2.4.9 - 2020-12-04

### New

* \[Map] Added a new option to set button control box visibility on map instance initialization.
* \[Button] Added functions to set visibility for Radius button.
  * mapInstance.onBtnRadius()
  * mapInstance.offBtnRadius()

## 2.4.8 - 2020-11-17

### New

* Cluster angle parameter has been added (-180 \~ 180). e.g. angle:0
* Marker offset parameter has been added. e.g. markerOffset: \[0, 0]

### Improved / Changed

* Improved server stability.


---

# 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://fatos-doc.fatos.biz/release-note-1/fatos-map-api.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.
