mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 15:35:00 -04:00
47 lines
1.2 KiB
Text
47 lines
1.2 KiB
Text
---
|
|
id: kibMapsPluginApi
|
|
slug: /kibana-dev-docs/api/maps
|
|
title: "maps"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the maps plugin
|
|
date: 2022-07-27
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'maps']
|
|
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
|
---
|
|
import mapsObj from './maps.devdocs.json';
|
|
|
|
|
|
|
|
Contact [GIS](https://github.com/orgs/elastic/teams/kibana-gis) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 253 | 0 | 252 | 25 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[mapsObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[mapsObj.client.start]}/>
|
|
|
|
### Classes
|
|
<DocDefinitionList data={mapsObj.client.classes}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={mapsObj.client.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={mapsObj.client.misc}/>
|
|
|
|
## Common
|
|
|
|
### Enums
|
|
<DocDefinitionList data={mapsObj.common.enums}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={mapsObj.common.misc}/>
|
|
|