# Bubble map

## Overview

A map to display the coordinates with the additional statistic data. The component supports custom coordinates and zoom levelling.

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

### Properties

| Name   | Type     | Description    |
| ------ | -------- | -------------- |
| `name` | `string` | Component name |

### Methods

<table><thead><tr><th width="119.3671875">Name</th><th width="145.765625">Parameters</th><th width="98.4296875">Returns</th><th>Description</th></tr></thead><tbody><tr><td><code>setData</code></td><td><code>data: object</code></td><td><code>void</code></td><td><p>Set component data. Data is an array of points with the following structure: </p><p><code>{</code> </p><p><code>name: string;</code></p><p><code>color?: string;</code></p><p><code>value: number;</code></p><p><code>latitude: number;</code></p><p><code>longitude: number;</code> </p><p><code>}</code></p></td></tr></tbody></table>

### Triggers

<table><thead><tr><th width="154.5234375">Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>On Init</strong></td><td>Triggered when the component is initialized</td></tr></tbody></table>


---

# 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://docs.uibakery.io/reference/working-with-components/bubble-map.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.
