kibana/api_docs/kbn_mapbox_gl.devdocs.json

9566 lines
No EOL
366 KiB
JSON

{
"id": "@kbn/mapbox-gl",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource",
"type": "Class",
"tags": [],
"label": "GeoJSONSource",
"description": [],
"signature": [
"maplibregl.GeoJSONSource extends maplibregl.Evented implements maplibregl.Source"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"geojson\""
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.minzoom",
"type": "number",
"tags": [],
"label": "minzoom",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.maxzoom",
"type": "number",
"tags": [],
"label": "maxzoom",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.tileSize",
"type": "number",
"tags": [],
"label": "tileSize",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.attribution",
"type": "string",
"tags": [],
"label": "attribution",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.promoteId",
"type": "CompoundType",
"tags": [],
"label": "promoteId",
"description": [],
"signature": [
"string | { [_: string]: string; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.isTileClipped",
"type": "boolean",
"tags": [],
"label": "isTileClipped",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.reparseOverscaled",
"type": "boolean",
"tags": [],
"label": "reparseOverscaled",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource._data",
"type": "CompoundType",
"tags": [],
"label": "_data",
"description": [],
"signature": [
"string | GeoJSON.GeoJSON | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource._options",
"type": "Object",
"tags": [],
"label": "_options",
"description": [],
"signature": [
"{ data?: string | GeoJSON.GeoJSON | undefined; cluster?: boolean | undefined; clusterMaxZoom?: number | undefined; clusterRadius?: number | undefined; clusterMinPoints?: number | undefined; generateId?: boolean | undefined; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.workerOptions",
"type": "Object",
"tags": [],
"label": "workerOptions",
"description": [],
"signature": [
"{ source?: string | undefined; cluster?: boolean | undefined; geojsonVtOptions?: { buffer?: number | undefined; tolerance?: number | undefined; extent?: number | undefined; maxZoom?: number | undefined; linemetrics?: boolean | undefined; generateId?: boolean | undefined; } | undefined; superclusterOptions?: { maxZoom?: number | undefined; miniPoints?: number | undefined; extent?: number | undefined; radius?: number | undefined; log?: boolean | undefined; generateId?: boolean | undefined; } | undefined; clusterProperties?: any; fliter?: any; promoteId?: any; collectResourceTiming?: boolean | undefined; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.map",
"type": "Object",
"tags": [],
"label": "map",
"description": [],
"signature": [
"maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.actor",
"type": "Object",
"tags": [],
"label": "actor",
"description": [],
"signature": [
"maplibregl.Actor"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource._pendingLoads",
"type": "number",
"tags": [],
"label": "_pendingLoads",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource._collectResourceTiming",
"type": "boolean",
"tags": [],
"label": "_collectResourceTiming",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource._removed",
"type": "boolean",
"tags": [],
"label": "_removed",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.Unnamed",
"type": "Function",
"tags": [
"private"
],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.Unnamed.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.Unnamed.$2",
"type": "CompoundType",
"tags": [],
"label": "options",
"description": [],
"signature": [
"maplibregl.GeoJSONSourceOptions"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.Unnamed.$3",
"type": "Object",
"tags": [],
"label": "dispatcher",
"description": [],
"signature": [
"maplibregl.Dispatcher"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.Unnamed.$4",
"type": "Object",
"tags": [],
"label": "eventedParent",
"description": [],
"signature": [
"maplibregl.Evented"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.load",
"type": "Function",
"tags": [],
"label": "load",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.onAdd",
"type": "Function",
"tags": [],
"label": "onAdd",
"description": [],
"signature": [
"(map: maplibregl.Map) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.onAdd.$1",
"type": "Object",
"tags": [],
"label": "map",
"description": [],
"signature": [
"maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.setData",
"type": "Function",
"tags": [],
"label": "setData",
"description": [
"\nSets the GeoJSON data and re-renders the map.\n"
],
"signature": [
"(data: string | GeoJSON.GeoJSON) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.setData.$1",
"type": "CompoundType",
"tags": [],
"label": "data",
"description": [
"A GeoJSON data object or a URL to one. The latter is preferable in the case of large GeoJSON files."
],
"signature": [
"string | GeoJSON.GeoJSON"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"this"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.updateData",
"type": "Function",
"tags": [],
"label": "updateData",
"description": [
"\nUpdates the source's GeoJSON, and re-renders the map.\n\nFor sources with lots of features, this method can be used to make updates more quickly.\n\nThis approach requires unique IDs for every feature in the source. The IDs can either be specified on the feature,\nor by using the promoteId option to specify which property should be used as the ID.\n\nIt is an error to call updateData on a source that did not have unique IDs for each of its features already.\n\nUpdates are applied on a best-effort basis, updating an ID that does not exist will not result in an error.\n"
],
"signature": [
"(diff: maplibregl.GeoJSONSourceDiff) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.updateData.$1",
"type": "Object",
"tags": [],
"label": "diff",
"description": [
"The changes that need to be applied."
],
"signature": [
"maplibregl.GeoJSONSourceDiff"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"this"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.setClusterOptions",
"type": "Function",
"tags": [],
"label": "setClusterOptions",
"description": [
"\nTo disable/enable clustering on the source options"
],
"signature": [
"(options: maplibregl.SetClusterOptions) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.setClusterOptions.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"The options to set"
],
"signature": [
"maplibregl.SetClusterOptions"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"this"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.getClusterExpansionZoom",
"type": "Function",
"tags": [],
"label": "getClusterExpansionZoom",
"description": [
"\nFor clustered sources, fetches the zoom at which the given cluster expands.\n"
],
"signature": [
"(clusterId: number, callback: maplibregl.Callback<number>) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.getClusterExpansionZoom.$1",
"type": "number",
"tags": [],
"label": "clusterId",
"description": [
"The value of the cluster's `cluster_id` property."
],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.getClusterExpansionZoom.$2",
"type": "Function",
"tags": [],
"label": "callback",
"description": [
"A callback to be called when the zoom value is retrieved (`(error, zoom) => { ... }`)."
],
"signature": [
"maplibregl.Callback<number>"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"this"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.getClusterChildren",
"type": "Function",
"tags": [],
"label": "getClusterChildren",
"description": [
"\nFor clustered sources, fetches the children of the given cluster on the next zoom level (as an array of GeoJSON features).\n"
],
"signature": [
"(clusterId: number, callback: maplibregl.Callback<GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>[]>) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.getClusterChildren.$1",
"type": "number",
"tags": [],
"label": "clusterId",
"description": [
"The value of the cluster's `cluster_id` property."
],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.getClusterChildren.$2",
"type": "Function",
"tags": [],
"label": "callback",
"description": [
"A callback to be called when the features are retrieved (`(error, features) => { ... }`)."
],
"signature": [
"maplibregl.Callback<GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>[]>"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"this"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.getClusterLeaves",
"type": "Function",
"tags": [],
"label": "getClusterLeaves",
"description": [
"\nFor clustered sources, fetches the original points that belong to the cluster (as an array of GeoJSON features).\n"
],
"signature": [
"(clusterId: number, limit: number, offset: number, callback: maplibregl.Callback<GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>[]>) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.getClusterLeaves.$1",
"type": "number",
"tags": [],
"label": "clusterId",
"description": [
"The value of the cluster's `cluster_id` property."
],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.getClusterLeaves.$2",
"type": "number",
"tags": [],
"label": "limit",
"description": [
"The maximum number of features to return."
],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.getClusterLeaves.$3",
"type": "number",
"tags": [],
"label": "offset",
"description": [
"The number of features to skip (e.g. for pagination)."
],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.getClusterLeaves.$4",
"type": "Function",
"tags": [],
"label": "callback",
"description": [
"A callback to be called when the features are retrieved (`(error, features) => { ... }`)."
],
"signature": [
"maplibregl.Callback<GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>[]>"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"this"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource._updateWorkerData",
"type": "Function",
"tags": [],
"label": "_updateWorkerData",
"description": [],
"signature": [
"(diff?: maplibregl.GeoJSONSourceDiff | undefined) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource._updateWorkerData.$1",
"type": "Object",
"tags": [],
"label": "diff",
"description": [],
"signature": [
"maplibregl.GeoJSONSourceDiff | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.loaded",
"type": "Function",
"tags": [],
"label": "loaded",
"description": [],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.loadTile",
"type": "Function",
"tags": [],
"label": "loadTile",
"description": [],
"signature": [
"(tile: maplibregl.Tile, callback: maplibregl.Callback<void>) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.loadTile.$1",
"type": "Object",
"tags": [],
"label": "tile",
"description": [],
"signature": [
"maplibregl.Tile"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.loadTile.$2",
"type": "Function",
"tags": [],
"label": "callback",
"description": [],
"signature": [
"maplibregl.Callback<void>"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.abortTile",
"type": "Function",
"tags": [],
"label": "abortTile",
"description": [],
"signature": [
"(tile: maplibregl.Tile) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.abortTile.$1",
"type": "Object",
"tags": [],
"label": "tile",
"description": [],
"signature": [
"maplibregl.Tile"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.unloadTile",
"type": "Function",
"tags": [],
"label": "unloadTile",
"description": [],
"signature": [
"(tile: maplibregl.Tile) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.unloadTile.$1",
"type": "Object",
"tags": [],
"label": "tile",
"description": [],
"signature": [
"maplibregl.Tile"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.onRemove",
"type": "Function",
"tags": [],
"label": "onRemove",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.serialize",
"type": "Function",
"tags": [],
"label": "serialize",
"description": [],
"signature": [
"() => any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.GeoJSONSource.hasTransition",
"type": "Function",
"tags": [],
"label": "hasTransition",
"description": [],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLat",
"type": "Class",
"tags": [],
"label": "LngLat",
"description": [],
"signature": [
"maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLat.lng",
"type": "number",
"tags": [],
"label": "lng",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLat.lat",
"type": "number",
"tags": [],
"label": "lat",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLat.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLat.Unnamed.$1",
"type": "number",
"tags": [],
"label": "lng",
"description": [],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLat.Unnamed.$2",
"type": "number",
"tags": [],
"label": "lat",
"description": [],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLat.wrap",
"type": "Function",
"tags": [],
"label": "wrap",
"description": [
"\nReturns a new `LngLat` object whose longitude is wrapped to the range (-180, 180).\n"
],
"signature": [
"() => maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The wrapped `LngLat` object."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLat.toArray",
"type": "Function",
"tags": [],
"label": "toArray",
"description": [
"\nReturns the coordinates represented as an array of two numbers.\n"
],
"signature": [
"() => [number, number]"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The coordinates represented as an array of longitude and latitude."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLat.toString",
"type": "Function",
"tags": [],
"label": "toString",
"description": [
"\nReturns the coordinates represent as a string.\n"
],
"signature": [
"() => string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The coordinates represented as a string of the format `'LngLat(lng, lat)'`."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLat.distanceTo",
"type": "Function",
"tags": [],
"label": "distanceTo",
"description": [
"\nReturns the approximate distance between a pair of coordinates in meters\nUses the Haversine Formula (from R.W. Sinnott, \"Virtues of the Haversine\", Sky and Telescope, vol. 68, no. 2, 1984, p. 159)\n"
],
"signature": [
"(lngLat: maplibregl.LngLat) => number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLat.distanceTo.$1",
"type": "Object",
"tags": [],
"label": "lngLat",
"description": [
"coordinates to compute the distance to"
],
"signature": [
"maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"Distance in meters between the two coordinates."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLat.convert",
"type": "Function",
"tags": [],
"label": "convert",
"description": [
"\nConverts an array of two numbers or an object with `lng` and `lat` or `lon` and `lat` properties\nto a `LngLat` object.\n\nIf a `LngLat` object is passed in, the function returns it unchanged.\n"
],
"signature": [
"(input: maplibregl.LngLatLike) => maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLat.convert.$1",
"type": "CompoundType",
"tags": [],
"label": "input",
"description": [
"An array of two numbers or object to convert, or a `LngLat` object to return."
],
"signature": [
"maplibregl.LngLatLike"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"A new `LngLat` object, if a conversion occurred, or the original `LngLat` object."
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds",
"type": "Class",
"tags": [],
"label": "LngLatBounds",
"description": [],
"signature": [
"maplibregl.LngLatBounds"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds._ne",
"type": "Object",
"tags": [],
"label": "_ne",
"description": [],
"signature": [
"maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds._sw",
"type": "Object",
"tags": [],
"label": "_sw",
"description": [],
"signature": [
"maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.Unnamed.$1",
"type": "CompoundType",
"tags": [],
"label": "sw",
"description": [
"The southwest corner of the bounding box.\nOR array of 4 numbers in the order of west, south, east, north\nOR array of 2 LngLatLike: [sw,ne]"
],
"signature": [
"[number, number, number, number] | maplibregl.LngLatLike | [maplibregl.LngLatLike, maplibregl.LngLatLike] | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.Unnamed.$2",
"type": "CompoundType",
"tags": [],
"label": "ne",
"description": [
"The northeast corner of the bounding box."
],
"signature": [
"maplibregl.LngLatLike | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.setNorthEast",
"type": "Function",
"tags": [],
"label": "setNorthEast",
"description": [
"\nSet the northeast corner of the bounding box\n"
],
"signature": [
"(ne: maplibregl.LngLatLike) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.setNorthEast.$1",
"type": "CompoundType",
"tags": [],
"label": "ne",
"description": [
"a {@link LngLatLike } object describing the northeast corner of the bounding box."
],
"signature": [
"maplibregl.LngLatLike"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.setSouthWest",
"type": "Function",
"tags": [],
"label": "setSouthWest",
"description": [
"\nSet the southwest corner of the bounding box\n"
],
"signature": [
"(sw: maplibregl.LngLatLike) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.setSouthWest.$1",
"type": "CompoundType",
"tags": [],
"label": "sw",
"description": [
"a {@link LngLatLike } object describing the southwest corner of the bounding box."
],
"signature": [
"maplibregl.LngLatLike"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.extend",
"type": "Function",
"tags": [],
"label": "extend",
"description": [
"\nExtend the bounds to include a given LngLatLike or LngLatBoundsLike.\n"
],
"signature": [
"(obj: maplibregl.LngLatBoundsLike | maplibregl.LngLatLike) => any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.extend.$1",
"type": "CompoundType",
"tags": [],
"label": "obj",
"description": [
"object to extend to"
],
"signature": [
"maplibregl.LngLatBoundsLike | maplibregl.LngLatLike"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.getCenter",
"type": "Function",
"tags": [],
"label": "getCenter",
"description": [
"\nReturns the geographical coordinate equidistant from the bounding box's corners.\n"
],
"signature": [
"() => maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The bounding box's center."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.getSouthWest",
"type": "Function",
"tags": [],
"label": "getSouthWest",
"description": [
"\nReturns the southwest corner of the bounding box.\n"
],
"signature": [
"() => maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The southwest corner of the bounding box."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.getNorthEast",
"type": "Function",
"tags": [],
"label": "getNorthEast",
"description": [
"\nReturns the northeast corner of the bounding box.\n"
],
"signature": [
"() => maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The northeast corner of the bounding box."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.getNorthWest",
"type": "Function",
"tags": [],
"label": "getNorthWest",
"description": [
"\nReturns the northwest corner of the bounding box.\n"
],
"signature": [
"() => maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The northwest corner of the bounding box."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.getSouthEast",
"type": "Function",
"tags": [],
"label": "getSouthEast",
"description": [
"\nReturns the southeast corner of the bounding box.\n"
],
"signature": [
"() => maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The southeast corner of the bounding box."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.getWest",
"type": "Function",
"tags": [],
"label": "getWest",
"description": [
"\nReturns the west edge of the bounding box.\n"
],
"signature": [
"() => number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The west edge of the bounding box."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.getSouth",
"type": "Function",
"tags": [],
"label": "getSouth",
"description": [
"\nReturns the south edge of the bounding box.\n"
],
"signature": [
"() => number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The south edge of the bounding box."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.getEast",
"type": "Function",
"tags": [],
"label": "getEast",
"description": [
"\nReturns the east edge of the bounding box.\n"
],
"signature": [
"() => number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The east edge of the bounding box."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.getNorth",
"type": "Function",
"tags": [],
"label": "getNorth",
"description": [
"\nReturns the north edge of the bounding box.\n"
],
"signature": [
"() => number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The north edge of the bounding box."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.toArray",
"type": "Function",
"tags": [],
"label": "toArray",
"description": [
"\nReturns the bounding box represented as an array.\n"
],
"signature": [
"() => [number, number][]"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The bounding box represented as an array, consisting of the\nsouthwest and northeast coordinates of the bounding represented as arrays of numbers."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.toString",
"type": "Function",
"tags": [],
"label": "toString",
"description": [
"\nReturn the bounding box represented as a string.\n"
],
"signature": [
"() => string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The bounding box represents as a string of the format\n`'LngLatBounds(LngLat(lng, lat), LngLat(lng, lat))'`."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.isEmpty",
"type": "Function",
"tags": [],
"label": "isEmpty",
"description": [
"\nCheck if the bounding box is an empty/`null`-type box.\n"
],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"True if bounds have been defined, otherwise false."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.contains",
"type": "Function",
"tags": [],
"label": "contains",
"description": [
"\nCheck if the point is within the bounding box.\n"
],
"signature": [
"(lnglat: maplibregl.LngLatLike) => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.contains.$1",
"type": "CompoundType",
"tags": [],
"label": "lnglat",
"description": [
"geographic point to check against."
],
"signature": [
"maplibregl.LngLatLike"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"True if the point is within the bounding box."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.convert",
"type": "Function",
"tags": [],
"label": "convert",
"description": [
"\nConverts an array to a `LngLatBounds` object.\n\nIf a `LngLatBounds` object is passed in, the function returns it unchanged.\n\nInternally, the function calls `LngLat#convert` to convert arrays to `LngLat` values.\n"
],
"signature": [
"(input: maplibregl.LngLatBoundsLike | null) => maplibregl.LngLatBounds"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.convert.$1",
"type": "CompoundType",
"tags": [],
"label": "input",
"description": [
"An array of two coordinates to convert, or a `LngLatBounds` object to return."
],
"signature": [
"maplibregl.LngLatBoundsLike | null"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"A new `LngLatBounds` object, if a conversion occurred, or the original `LngLatBounds` object."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.fromLngLat",
"type": "Function",
"tags": [],
"label": "fromLngLat",
"description": [
"\nReturns a `LngLatBounds` from the coordinates extended by a given `radius`. The returned `LngLatBounds` completely contains the `radius`.\n"
],
"signature": [
"(center: maplibregl.LngLat, radius?: number | undefined) => maplibregl.LngLatBounds"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.fromLngLat.$1",
"type": "Object",
"tags": [],
"label": "center",
"description": [
"center coordinates of the new bounds."
],
"signature": [
"maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LngLatBounds.fromLngLat.$2",
"type": "number",
"tags": [],
"label": "radius",
"description": [
"Distance in meters from the coordinates to extend the bounds."
],
"signature": [
"number | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"A new `LngLatBounds` object representing the coordinates extended by the `radius`."
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map",
"type": "Class",
"tags": [],
"label": "Map",
"description": [],
"signature": [
"maplibregl.Map extends Camera"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.style",
"type": "Object",
"tags": [],
"label": "style",
"description": [],
"signature": [
"maplibregl.Style"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.painter",
"type": "Object",
"tags": [],
"label": "painter",
"description": [],
"signature": [
"maplibregl.Painter"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.handlers",
"type": "Object",
"tags": [],
"label": "handlers",
"description": [],
"signature": [
"maplibregl.HandlerManager"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._container",
"type": "Object",
"tags": [],
"label": "_container",
"description": [],
"signature": [
"HTMLElement"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._canvasContainer",
"type": "Object",
"tags": [],
"label": "_canvasContainer",
"description": [],
"signature": [
"HTMLElement"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._controlContainer",
"type": "Object",
"tags": [],
"label": "_controlContainer",
"description": [],
"signature": [
"HTMLElement"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._controlPositions",
"type": "Object",
"tags": [],
"label": "_controlPositions",
"description": [],
"signature": [
"{ [_: string]: HTMLElement; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._interactive",
"type": "boolean",
"tags": [],
"label": "_interactive",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._cooperativeGestures",
"type": "CompoundType",
"tags": [],
"label": "_cooperativeGestures",
"description": [],
"signature": [
"boolean | maplibregl.GestureOptions"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._cooperativeGesturesScreen",
"type": "Object",
"tags": [],
"label": "_cooperativeGesturesScreen",
"description": [],
"signature": [
"HTMLElement"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._metaKey",
"type": "CompoundType",
"tags": [],
"label": "_metaKey",
"description": [],
"signature": [
"keyof MouseEvent"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._showTileBoundaries",
"type": "boolean",
"tags": [],
"label": "_showTileBoundaries",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._showCollisionBoxes",
"type": "boolean",
"tags": [],
"label": "_showCollisionBoxes",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._showPadding",
"type": "boolean",
"tags": [],
"label": "_showPadding",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._showOverdrawInspector",
"type": "boolean",
"tags": [],
"label": "_showOverdrawInspector",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._repaint",
"type": "boolean",
"tags": [],
"label": "_repaint",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._vertices",
"type": "boolean",
"tags": [],
"label": "_vertices",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._canvas",
"type": "Object",
"tags": [],
"label": "_canvas",
"description": [],
"signature": [
"HTMLCanvasElement"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._maxTileCacheSize",
"type": "number",
"tags": [],
"label": "_maxTileCacheSize",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._maxTileCacheZoomLevels",
"type": "number",
"tags": [],
"label": "_maxTileCacheZoomLevels",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._frame",
"type": "Object",
"tags": [],
"label": "_frame",
"description": [],
"signature": [
"{ cancel: () => void; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._styleDirty",
"type": "boolean",
"tags": [],
"label": "_styleDirty",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._sourcesDirty",
"type": "boolean",
"tags": [],
"label": "_sourcesDirty",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._placementDirty",
"type": "boolean",
"tags": [],
"label": "_placementDirty",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._loaded",
"type": "boolean",
"tags": [],
"label": "_loaded",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._idleTriggered",
"type": "boolean",
"tags": [],
"label": "_idleTriggered",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._fullyLoaded",
"type": "boolean",
"tags": [],
"label": "_fullyLoaded",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._trackResize",
"type": "boolean",
"tags": [],
"label": "_trackResize",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._resizeObserver",
"type": "Object",
"tags": [],
"label": "_resizeObserver",
"description": [],
"signature": [
"ResizeObserver"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._preserveDrawingBuffer",
"type": "boolean",
"tags": [],
"label": "_preserveDrawingBuffer",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._failIfMajorPerformanceCaveat",
"type": "boolean",
"tags": [],
"label": "_failIfMajorPerformanceCaveat",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._antialias",
"type": "boolean",
"tags": [],
"label": "_antialias",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._refreshExpiredTiles",
"type": "boolean",
"tags": [],
"label": "_refreshExpiredTiles",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._hash",
"type": "Object",
"tags": [],
"label": "_hash",
"description": [],
"signature": [
"maplibregl.Hash"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._delegatedListeners",
"type": "Any",
"tags": [],
"label": "_delegatedListeners",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._fadeDuration",
"type": "number",
"tags": [],
"label": "_fadeDuration",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._crossSourceCollisions",
"type": "boolean",
"tags": [],
"label": "_crossSourceCollisions",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._crossFadingFactor",
"type": "number",
"tags": [],
"label": "_crossFadingFactor",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._collectResourceTiming",
"type": "boolean",
"tags": [],
"label": "_collectResourceTiming",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._renderTaskQueue",
"type": "Object",
"tags": [],
"label": "_renderTaskQueue",
"description": [],
"signature": [
"maplibregl.TaskQueue"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._controls",
"type": "Array",
"tags": [],
"label": "_controls",
"description": [],
"signature": [
"maplibregl.IControl[]"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._mapId",
"type": "number",
"tags": [],
"label": "_mapId",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._localIdeographFontFamily",
"type": "string",
"tags": [],
"label": "_localIdeographFontFamily",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._validateStyle",
"type": "boolean",
"tags": [],
"label": "_validateStyle",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._requestManager",
"type": "Object",
"tags": [],
"label": "_requestManager",
"description": [],
"signature": [
"maplibregl.RequestManager"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._locale",
"type": "Any",
"tags": [],
"label": "_locale",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._removed",
"type": "boolean",
"tags": [],
"label": "_removed",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._clickTolerance",
"type": "number",
"tags": [],
"label": "_clickTolerance",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._pixelRatio",
"type": "number",
"tags": [],
"label": "_pixelRatio",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._terrainDataCallback",
"type": "Function",
"tags": [],
"label": "_terrainDataCallback",
"description": [],
"signature": [
"(e: maplibregl.MapStyleDataEvent | maplibregl.MapSourceDataEvent) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._terrainDataCallback.$1",
"type": "CompoundType",
"tags": [],
"label": "e",
"description": [],
"signature": [
"maplibregl.MapStyleDataEvent | maplibregl.MapSourceDataEvent"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._imageQueueHandle",
"type": "number",
"tags": [],
"label": "_imageQueueHandle",
"description": [
"image queue throttling handle. To be used later when clean up"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.scrollZoom",
"type": "Object",
"tags": [],
"label": "scrollZoom",
"description": [
"\nThe map's {@link ScrollZoomHandler}, which implements zooming in and out with a scroll wheel or trackpad.\nFind more details and examples using `scrollZoom` in the {@link ScrollZoomHandler} section."
],
"signature": [
"maplibregl.ScrollZoomHandler"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.boxZoom",
"type": "Object",
"tags": [],
"label": "boxZoom",
"description": [
"\nThe map's {@link BoxZoomHandler}, which implements zooming using a drag gesture with the Shift key pressed.\nFind more details and examples using `boxZoom` in the {@link BoxZoomHandler} section."
],
"signature": [
"maplibregl.BoxZoomHandler"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.dragRotate",
"type": "Object",
"tags": [],
"label": "dragRotate",
"description": [
"\nThe map's {@link DragRotateHandler}, which implements rotating the map while dragging with the right\nmouse button or with the Control key pressed. Find more details and examples using `dragRotate`\nin the {@link DragRotateHandler} section."
],
"signature": [
"maplibregl.DragRotateHandler"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.dragPan",
"type": "Object",
"tags": [],
"label": "dragPan",
"description": [
"\nThe map's {@link DragPanHandler}, which implements dragging the map with a mouse or touch gesture.\nFind more details and examples using `dragPan` in the {@link DragPanHandler} section."
],
"signature": [
"maplibregl.DragPanHandler"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.keyboard",
"type": "Object",
"tags": [],
"label": "keyboard",
"description": [
"\nThe map's {@link KeyboardHandler}, which allows the user to zoom, rotate, and pan the map using keyboard\nshortcuts. Find more details and examples using `keyboard` in the {@link KeyboardHandler} section."
],
"signature": [
"maplibregl.KeyboardHandler"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.doubleClickZoom",
"type": "Object",
"tags": [],
"label": "doubleClickZoom",
"description": [
"\nThe map's {@link DoubleClickZoomHandler}, which allows the user to zoom by double clicking.\nFind more details and examples using `doubleClickZoom` in the {@link DoubleClickZoomHandler} section."
],
"signature": [
"maplibregl.DoubleClickZoomHandler"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.touchZoomRotate",
"type": "Object",
"tags": [],
"label": "touchZoomRotate",
"description": [
"\nThe map's {@link TwoFingersTouchZoomRotateHandler}, which allows the user to zoom or rotate the map with touch gestures.\nFind more details and examples using `touchZoomRotate` in the {@link TwoFingersTouchZoomRotateHandler} section."
],
"signature": [
"maplibregl.TwoFingersTouchZoomRotateHandler"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.touchPitch",
"type": "Object",
"tags": [],
"label": "touchPitch",
"description": [
"\nThe map's {@link TwoFingersTouchPitchHandler}, which allows the user to pitch the map with touch gestures.\nFind more details and examples using `touchPitch` in the {@link TwoFingersTouchPitchHandler} section."
],
"signature": [
"maplibregl.TwoFingersTouchPitchHandler"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"signature": [
"maplibregl.MapOptions"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._getMapId",
"type": "Function",
"tags": [],
"label": "_getMapId",
"description": [],
"signature": [
"() => number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addControl",
"type": "Function",
"tags": [
"see"
],
"label": "addControl",
"description": [
"\nAdds an {@link IControl} to the map, calling `control.onAdd(this)`.\n"
],
"signature": [
"(control: maplibregl.IControl, position?: maplibregl.ControlPosition | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addControl.$1",
"type": "Object",
"tags": [],
"label": "control",
"description": [
"The {@link IControl } to add."
],
"signature": [
"maplibregl.IControl"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addControl.$2",
"type": "CompoundType",
"tags": [],
"label": "position",
"description": [
"position on the map to which the control will be added.\nValid values are `'top-left'`, `'top-right'`, `'bottom-left'`, and `'bottom-right'`. Defaults to `'top-right'`."
],
"signature": [
"maplibregl.ControlPosition | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.removeControl",
"type": "Function",
"tags": [],
"label": "removeControl",
"description": [
"\nRemoves the control from the map.\n"
],
"signature": [
"(control: maplibregl.IControl) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.removeControl.$1",
"type": "Object",
"tags": [],
"label": "control",
"description": [
"The {@link IControl } to remove."
],
"signature": [
"maplibregl.IControl"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.hasControl",
"type": "Function",
"tags": [],
"label": "hasControl",
"description": [
"\nChecks if a control exists on the map.\n"
],
"signature": [
"(control: maplibregl.IControl) => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.hasControl.$1",
"type": "Object",
"tags": [],
"label": "control",
"description": [
"The {@link IControl } to check."
],
"signature": [
"maplibregl.IControl"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"True if map contains control."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.calculateCameraOptionsFromTo",
"type": "Function",
"tags": [],
"label": "calculateCameraOptionsFromTo",
"description": [],
"signature": [
"(from: maplibregl.LngLat, altitudeFrom: number, to: maplibregl.LngLat, altitudeTo?: number | undefined) => maplibregl.CameraOptions"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.calculateCameraOptionsFromTo.$1",
"type": "Object",
"tags": [],
"label": "from",
"description": [],
"signature": [
"maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.calculateCameraOptionsFromTo.$2",
"type": "number",
"tags": [],
"label": "altitudeFrom",
"description": [],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.calculateCameraOptionsFromTo.$3",
"type": "Object",
"tags": [],
"label": "to",
"description": [],
"signature": [
"maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.calculateCameraOptionsFromTo.$4",
"type": "number",
"tags": [],
"label": "altitudeTo",
"description": [],
"signature": [
"number | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.resize",
"type": "Function",
"tags": [],
"label": "resize",
"description": [
"\nResizes the map according to the dimensions of its\n`container` element.\n\nChecks if the map container size changed and updates the map if it has changed.\nThis method must be called after the map's `container` is resized programmatically\nor when the map is shown after being initially hidden with CSS.\n"
],
"signature": [
"(eventData?: any) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.resize.$1",
"type": "Any",
"tags": [],
"label": "eventData",
"description": [
"Additional properties to be passed to `movestart`, `move`, `resize`, and `moveend`\nevents that get triggered as a result of resize. This can be useful for differentiating the\nsource of an event (for example, user-initiated or programmatically-triggered events)."
],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getPixelRatio",
"type": "Function",
"tags": [],
"label": "getPixelRatio",
"description": [
"\nReturns the map's pixel ratio."
],
"signature": [
"() => number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The pixel ratio."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setPixelRatio",
"type": "Function",
"tags": [],
"label": "setPixelRatio",
"description": [
"\nSets the map's pixel ratio. This allows to override `devicePixelRatio`.\nAfter this call, the canvas' `width` attribute will be `container.clientWidth * pixelRatio`\nand its height attribute will be `container.clientHeight * pixelRatio`."
],
"signature": [
"(pixelRatio: number) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setPixelRatio.$1",
"type": "number",
"tags": [],
"label": "pixelRatio",
"description": [
"The pixel ratio."
],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getBounds",
"type": "Function",
"tags": [],
"label": "getBounds",
"description": [
"\nReturns the map's geographical bounds. When the bearing or pitch is non-zero, the visible region is not\nan axis-aligned rectangle, and the result is the smallest bounds that encompasses the visible region."
],
"signature": [
"() => maplibregl.LngLatBounds"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The geographical bounds of the map as {@link LngLatBounds }."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getMaxBounds",
"type": "Function",
"tags": [],
"label": "getMaxBounds",
"description": [
"\nReturns the maximum geographical bounds the map is constrained to, or `null` if none set."
],
"signature": [
"() => maplibregl.LngLatBounds | null"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The map object."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setMaxBounds",
"type": "Function",
"tags": [],
"label": "setMaxBounds",
"description": [
"\nSets or clears the map's geographical bounds.\n\nPan and zoom operations are constrained within these bounds.\nIf a pan or zoom is performed that would\ndisplay regions outside these bounds, the map will\ninstead display a position and zoom level\nas close as possible to the operation's request while still\nremaining within the bounds.\n"
],
"signature": [
"(bounds?: maplibregl.LngLatBoundsLike | null | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setMaxBounds.$1",
"type": "CompoundType",
"tags": [],
"label": "bounds",
"description": [
"The maximum bounds to set. If `null` or `undefined` is provided, the function removes the map's maximum bounds."
],
"signature": [
"maplibregl.LngLatBoundsLike | null | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setMinZoom",
"type": "Function",
"tags": [],
"label": "setMinZoom",
"description": [
"\nSets or clears the map's minimum zoom level.\nIf the map's current zoom level is lower than the new minimum,\nthe map will zoom to the new minimum.\n\nIt is not always possible to zoom out and reach the set `minZoom`.\nOther factors such as map height may restrict zooming. For example,\nif the map is 512px tall it will not be possible to zoom below zoom 0\nno matter what the `minZoom` is set to.\n"
],
"signature": [
"(minZoom?: number | null | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setMinZoom.$1",
"type": "CompoundType",
"tags": [],
"label": "minZoom",
"description": [
"The minimum zoom level to set (-2 - 24).\nIf `null` or `undefined` is provided, the function removes the current minimum zoom (i.e. sets it to -2)."
],
"signature": [
"number | null | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getMinZoom",
"type": "Function",
"tags": [],
"label": "getMinZoom",
"description": [
"\nReturns the map's minimum allowable zoom level.\n"
],
"signature": [
"() => number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"minZoom"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setMaxZoom",
"type": "Function",
"tags": [],
"label": "setMaxZoom",
"description": [
"\nSets or clears the map's maximum zoom level.\nIf the map's current zoom level is higher than the new maximum,\nthe map will zoom to the new maximum.\n"
],
"signature": [
"(maxZoom?: number | null | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setMaxZoom.$1",
"type": "CompoundType",
"tags": [],
"label": "maxZoom",
"description": [
"The maximum zoom level to set.\nIf `null` or `undefined` is provided, the function removes the current maximum zoom (sets it to 22)."
],
"signature": [
"number | null | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getMaxZoom",
"type": "Function",
"tags": [],
"label": "getMaxZoom",
"description": [
"\nReturns the map's maximum allowable zoom level.\n"
],
"signature": [
"() => number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"maxZoom"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setMinPitch",
"type": "Function",
"tags": [],
"label": "setMinPitch",
"description": [
"\nSets or clears the map's minimum pitch.\nIf the map's current pitch is lower than the new minimum,\nthe map will pitch to the new minimum.\n"
],
"signature": [
"(minPitch?: number | null | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setMinPitch.$1",
"type": "CompoundType",
"tags": [],
"label": "minPitch",
"description": [
"The minimum pitch to set (0-85). Values greater than 60 degrees are experimental and may result in rendering issues. If you encounter any, please raise an issue with details in the MapLibre project.\nIf `null` or `undefined` is provided, the function removes the current minimum pitch (i.e. sets it to 0)."
],
"signature": [
"number | null | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getMinPitch",
"type": "Function",
"tags": [],
"label": "getMinPitch",
"description": [
"\nReturns the map's minimum allowable pitch.\n"
],
"signature": [
"() => number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"minPitch"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setMaxPitch",
"type": "Function",
"tags": [],
"label": "setMaxPitch",
"description": [
"\nSets or clears the map's maximum pitch.\nIf the map's current pitch is higher than the new maximum,\nthe map will pitch to the new maximum.\n"
],
"signature": [
"(maxPitch?: number | null | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setMaxPitch.$1",
"type": "CompoundType",
"tags": [],
"label": "maxPitch",
"description": [
"The maximum pitch to set (0-85). Values greater than 60 degrees are experimental and may result in rendering issues. If you encounter any, please raise an issue with details in the MapLibre project.\nIf `null` or `undefined` is provided, the function removes the current maximum pitch (sets it to 60)."
],
"signature": [
"number | null | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getMaxPitch",
"type": "Function",
"tags": [],
"label": "getMaxPitch",
"description": [
"\nReturns the map's maximum allowable pitch.\n"
],
"signature": [
"() => number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"maxPitch"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getRenderWorldCopies",
"type": "Function",
"tags": [
"see"
],
"label": "getRenderWorldCopies",
"description": [
"\nReturns the state of `renderWorldCopies`. If `true`, multiple copies of the world will be rendered side by side beyond -180 and 180 degrees longitude. If set to `false`:\n- When the map is zoomed out far enough that a single representation of the world does not fill the map's entire\ncontainer, there will be blank space beyond 180 and -180 degrees longitude.\n- Features that cross 180 and -180 degrees longitude will be cut in two (with one portion on the right edge of the\nmap and the other on the left edge of the map) at every zoom level."
],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"renderWorldCopies"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setRenderWorldCopies",
"type": "Function",
"tags": [
"see"
],
"label": "setRenderWorldCopies",
"description": [
"\nSets the state of `renderWorldCopies`.\n"
],
"signature": [
"(renderWorldCopies?: boolean | null | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setRenderWorldCopies.$1",
"type": "CompoundType",
"tags": [],
"label": "renderWorldCopies",
"description": [
"If `true`, multiple copies of the world will be rendered side by side beyond -180 and 180 degrees longitude. If set to `false`:\n- When the map is zoomed out far enough that a single representation of the world does not fill the map's entire\ncontainer, there will be blank space beyond 180 and -180 degrees longitude.\n- Features that cross 180 and -180 degrees longitude will be cut in two (with one portion on the right edge of the\nmap and the other on the left edge of the map) at every zoom level.\n\n`undefined` is treated as `true`, `null` is treated as `false`."
],
"signature": [
"boolean | null | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getCooperativeGestures",
"type": "Function",
"tags": [],
"label": "getCooperativeGestures",
"description": [
"\nGets the map's cooperativeGestures option\n"
],
"signature": [
"() => boolean | maplibregl.GestureOptions"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"gestureOptions"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setCooperativeGestures",
"type": "Function",
"tags": [],
"label": "setCooperativeGestures",
"description": [
"\nSets or clears the map's cooperativeGestures option\n"
],
"signature": [
"(gestureOptions?: boolean | maplibregl.GestureOptions | null | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setCooperativeGestures.$1",
"type": "CompoundType",
"tags": [],
"label": "gestureOptions",
"description": [
"If `true` or set to an options object, map is only accessible on desktop while holding Command/Ctrl and only accessible on mobile with two fingers. Interacting with the map using normal gestures will trigger an informational screen. With this option enabled, \"drag to pitch\" requires a three-finger gesture."
],
"signature": [
"boolean | maplibregl.GestureOptions | null | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.project",
"type": "Function",
"tags": [],
"label": "project",
"description": [
"\nReturns a [Point](https://github.com/mapbox/point-geometry) representing pixel coordinates, relative to the map's `container`,\nthat correspond to the specified geographical location.\n"
],
"signature": [
"(lnglat: maplibregl.LngLatLike) => ",
"node_modules/@types/mapbox__point-geometry/index"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.project.$1",
"type": "CompoundType",
"tags": [],
"label": "lnglat",
"description": [
"The geographical location to project."
],
"signature": [
"maplibregl.LngLatLike"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"The [Point](https://github.com/mapbox/point-geometry) corresponding to `lnglat`, relative to the map's `container`."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.unproject",
"type": "Function",
"tags": [],
"label": "unproject",
"description": [
"\nReturns a {@link LngLat} representing geographical coordinates that correspond\nto the specified pixel coordinates.\n"
],
"signature": [
"(point: maplibregl.PointLike) => maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.unproject.$1",
"type": "CompoundType",
"tags": [],
"label": "point",
"description": [
"The pixel coordinates to unproject."
],
"signature": [
"maplibregl.PointLike"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"The {@link LngLat } corresponding to `point`."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.isMoving",
"type": "Function",
"tags": [],
"label": "isMoving",
"description": [
"\nReturns true if the map is panning, zooming, rotating, or pitching due to a camera animation or user gesture."
],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"True if the map is moving."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.isZooming",
"type": "Function",
"tags": [],
"label": "isZooming",
"description": [
"\nReturns true if the map is zooming due to a camera animation or user gesture."
],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"True if the map is zooming."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.isRotating",
"type": "Function",
"tags": [],
"label": "isRotating",
"description": [
"\nReturns true if the map is rotating due to a camera animation or user gesture."
],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"True if the map is rotating."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._createDelegatedListener",
"type": "Function",
"tags": [],
"label": "_createDelegatedListener",
"description": [],
"signature": [
"(type: string, layerId: string, listener: maplibregl.Listener) => { layer: string; listener: maplibregl.Listener; delegates: { error?: ((e: any) => void) | undefined; load?: ((e: any) => void) | undefined; idle?: ((e: any) => void) | undefined; remove?: ((e: any) => void) | undefined; render?: ((e: any) => void) | undefined; resize?: ((e: any) => void) | undefined; webglcontextlost?: ((e: any) => void) | undefined; webglcontextrestored?: ((e: any) => void) | undefined; dataloading?: ((e: any) => void) | undefined; data?: ((e: any) => void) | undefined; tiledataloading?: ((e: any) => void) | undefined; sourcedataloading?: ((e: any) => void) | undefined; styledataloading?: ((e: any) => void) | undefined; sourcedata?: ((e: any) => void) | undefined; styledata?: ((e: any) => void) | undefined; styleimagemissing?: ((e: any) => void) | undefined; dataabort?: ((e: any) => void) | undefined; sourcedataabort?: ((e: any) => void) | undefined; boxzoomcancel?: ((e: any) => void) | undefined; boxzoomstart?: ((e: any) => void) | undefined; boxzoomend?: ((e: any) => void) | undefined; touchcancel?: ((e: any) => void) | undefined; touchmove?: ((e: any) => void) | undefined; touchend?: ((e: any) => void) | undefined; touchstart?: ((e: any) => void) | undefined; click?: ((e: any) => void) | undefined; contextmenu?: ((e: any) => void) | undefined; dblclick?: ((e: any) => void) | undefined; mousemove?: ((e: any) => void) | undefined; mouseup?: ((e: any) => void) | undefined; mousedown?: ((e: any) => void) | undefined; mouseout?: ((e: any) => void) | undefined; mouseover?: ((e: any) => void) | undefined; movestart?: ((e: any) => void) | undefined; move?: ((e: any) => void) | undefined; moveend?: ((e: any) => void) | undefined; zoomstart?: ((e: any) => void) | undefined; zoom?: ((e: any) => void) | undefined; zoomend?: ((e: any) => void) | undefined; rotatestart?: ((e: any) => void) | undefined; rotate?: ((e: any) => void) | undefined; rotateend?: ((e: any) => void) | undefined; dragstart?: ((e: any) => void) | undefined; drag?: ((e: any) => void) | undefined; dragend?: ((e: any) => void) | undefined; pitchstart?: ((e: any) => void) | undefined; pitch?: ((e: any) => void) | undefined; pitchend?: ((e: any) => void) | undefined; wheel?: ((e: any) => void) | undefined; terrain?: ((e: any) => void) | undefined; }; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._createDelegatedListener.$1",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._createDelegatedListener.$2",
"type": "string",
"tags": [],
"label": "layerId",
"description": [],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._createDelegatedListener.$3",
"type": "Function",
"tags": [],
"label": "listener",
"description": [],
"signature": [
"maplibregl.Listener"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.on",
"type": "Function",
"tags": [
"see",
"see",
"see",
"see"
],
"label": "on",
"description": [
"\nAdds a listener for events of a specified type, optionally limited to features in a specified style layer.\n"
],
"signature": [
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & Object) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & Object) => void): this; (type: string, listener: maplibregl.Listener): this; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.on.$1",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [
"The event type to listen for. Events compatible with the optional `layerId` parameter are triggered\nwhen the cursor enters a visible portion of the specified layer from outside that layer or outside the map canvas.\n\n| Event | Compatible with `layerId` |\n|-----------------------------------------------------------|---------------------------|\n| [`mousedown`](#map.event:mousedown) | yes |\n| [`mouseup`](#map.event:mouseup) | yes |\n| [`mouseover`](#map.event:mouseover) | yes |\n| [`mouseout`](#map.event:mouseout) | yes |\n| [`mousemove`](#map.event:mousemove) | yes |\n| [`mouseenter`](#map.event:mouseenter) | yes (required) |\n| [`mouseleave`](#map.event:mouseleave) | yes (required) |\n| [`click`](#map.event:click) | yes |\n| [`dblclick`](#map.event:dblclick) | yes |\n| [`contextmenu`](#map.event:contextmenu) | yes |\n| [`touchstart`](#map.event:touchstart) | yes |\n| [`touchend`](#map.event:touchend) | yes |\n| [`touchcancel`](#map.event:touchcancel) | yes |\n| [`wheel`](#map.event:wheel) | |\n| [`resize`](#map.event:resize) | |\n| [`remove`](#map.event:remove) | |\n| [`touchmove`](#map.event:touchmove) | |\n| [`movestart`](#map.event:movestart) | |\n| [`move`](#map.event:move) | |\n| [`moveend`](#map.event:moveend) | |\n| [`dragstart`](#map.event:dragstart) | |\n| [`drag`](#map.event:drag) | |\n| [`dragend`](#map.event:dragend) | |\n| [`zoomstart`](#map.event:zoomstart) | |\n| [`zoom`](#map.event:zoom) | |\n| [`zoomend`](#map.event:zoomend) | |\n| [`rotatestart`](#map.event:rotatestart) | |\n| [`rotate`](#map.event:rotate) | |\n| [`rotateend`](#map.event:rotateend) | |\n| [`pitchstart`](#map.event:pitchstart) | |\n| [`pitch`](#map.event:pitch) | |\n| [`pitchend`](#map.event:pitchend) | |\n| [`boxzoomstart`](#map.event:boxzoomstart) | |\n| [`boxzoomend`](#map.event:boxzoomend) | |\n| [`boxzoomcancel`](#map.event:boxzoomcancel) | |\n| [`webglcontextlost`](#map.event:webglcontextlost) | |\n| [`webglcontextrestored`](#map.event:webglcontextrestored) | |\n| [`load`](#map.event:load) | |\n| [`render`](#map.event:render) | |\n| [`idle`](#map.event:idle) | |\n| [`error`](#map.event:error) | |\n| [`data`](#map.event:data) | |\n| [`styledata`](#map.event:styledata) | |\n| [`sourcedata`](#map.event:sourcedata) | |\n| [`dataloading`](#map.event:dataloading) | |\n| [`styledataloading`](#map.event:styledataloading) | |\n| [`sourcedataloading`](#map.event:sourcedataloading) | |\n| [`styleimagemissing`](#map.event:styleimagemissing) | |\n| [`dataabort`](#map.event:dataabort) | |\n| [`sourcedataabort`](#map.event:sourcedataabort) | |"
],
"signature": [
"T"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.on.$2",
"type": "string",
"tags": [],
"label": "layer",
"description": [
"The ID of a style layer or a listener if no ID is provided. Event will only be triggered if its location\nis within a visible feature in this layer. The event will have a `features` property containing\nan array of the matching features. If `layerIdOrListener` is not supplied, the event will not have a `features` property.\nPlease note that many event types are not compatible with the optional `layerIdOrListener` parameter."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.on.$3",
"type": "Function",
"tags": [],
"label": "listener",
"description": [
"The function to be called when the event is fired."
],
"signature": [
"(ev: maplibregl.MapLayerEventType[T] & Object) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.on",
"type": "Function",
"tags": [],
"label": "on",
"description": [],
"signature": [
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & Object) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & Object) => void): this; (type: string, listener: maplibregl.Listener): this; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.on.$1",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [],
"signature": [
"T"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.on.$2",
"type": "Function",
"tags": [],
"label": "listener",
"description": [],
"signature": [
"(ev: maplibregl.MapEventType[T] & Object) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.on",
"type": "Function",
"tags": [],
"label": "on",
"description": [],
"signature": [
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & Object) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & Object) => void): this; (type: string, listener: maplibregl.Listener): this; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.on.$1",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.on.$2",
"type": "Function",
"tags": [],
"label": "listener",
"description": [],
"signature": [
"maplibregl.Listener"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.once",
"type": "Function",
"tags": [
"method",
"name",
"memberof",
"instance"
],
"label": "once",
"description": [
"\nAdds a listener that will be called only once to a specified event type.\n\n\nAdds a listener that will be called only once to a specified event type occurring on features in a specified style layer.\n"
],
"signature": [
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener?: ((ev: maplibregl.MapLayerEventType[T] & Object) => void) | undefined): this | Promise<maplibregl.MapLayerEventType[T] & Object>; <T extends keyof maplibregl.MapEventType>(type: T, listener?: ((ev: maplibregl.MapEventType[T] & Object) => void) | undefined): Promise<any> | this; (type: string, listener?: maplibregl.Listener | undefined): Promise<any> | this; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.once.$1",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [
"The event type to add a listener for."
],
"signature": [
"T"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.once.$2",
"type": "string",
"tags": [],
"label": "layer",
"description": [
"The ID of a style layer or a listener if no ID is provided. Only events whose location is within a visible\nfeature in this layer will trigger the listener. The event will have a `features` property containing\nan array of the matching features."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.once.$3",
"type": "Function",
"tags": [],
"label": "listener",
"description": [
"The function to be called when the event is fired.\nThe listener function is called with the data object passed to `fire`,\nextended with `target` and `type` properties."
],
"signature": [
"((ev: maplibregl.MapLayerEventType[T] & Object) => void) | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.once",
"type": "Function",
"tags": [],
"label": "once",
"description": [],
"signature": [
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener?: ((ev: maplibregl.MapLayerEventType[T] & Object) => void) | undefined): this | Promise<maplibregl.MapLayerEventType[T] & Object>; <T extends keyof maplibregl.MapEventType>(type: T, listener?: ((ev: maplibregl.MapEventType[T] & Object) => void) | undefined): Promise<any> | this; (type: string, listener?: maplibregl.Listener | undefined): Promise<any> | this; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.once.$1",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [],
"signature": [
"T"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.once.$2",
"type": "Function",
"tags": [],
"label": "listener",
"description": [],
"signature": [
"((ev: maplibregl.MapEventType[T] & Object) => void) | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.once",
"type": "Function",
"tags": [],
"label": "once",
"description": [],
"signature": [
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener?: ((ev: maplibregl.MapLayerEventType[T] & Object) => void) | undefined): this | Promise<maplibregl.MapLayerEventType[T] & Object>; <T extends keyof maplibregl.MapEventType>(type: T, listener?: ((ev: maplibregl.MapEventType[T] & Object) => void) | undefined): Promise<any> | this; (type: string, listener?: maplibregl.Listener | undefined): Promise<any> | this; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.once.$1",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.once.$2",
"type": "Function",
"tags": [],
"label": "listener",
"description": [],
"signature": [
"maplibregl.Listener | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.off",
"type": "Function",
"tags": [
"method",
"name",
"memberof",
"instance"
],
"label": "off",
"description": [
"\nRemoves an event listener previously added with `Map#on`.\n\n\nRemoves an event listener for layer-specific events previously added with `Map#on`.\n"
],
"signature": [
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & Object) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & Object) => void): this; (type: string, listener: maplibregl.Listener): this; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.off.$1",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [
"The event type previously used to install the listener."
],
"signature": [
"T"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.off.$2",
"type": "string",
"tags": [],
"label": "layer",
"description": [
"The layer ID or listener previously used to install the listener."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.off.$3",
"type": "Function",
"tags": [],
"label": "listener",
"description": [
"The function previously installed as a listener."
],
"signature": [
"(ev: maplibregl.MapLayerEventType[T] & Object) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.off",
"type": "Function",
"tags": [],
"label": "off",
"description": [],
"signature": [
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & Object) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & Object) => void): this; (type: string, listener: maplibregl.Listener): this; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.off.$1",
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [],
"signature": [
"T"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.off.$2",
"type": "Function",
"tags": [],
"label": "listener",
"description": [],
"signature": [
"(ev: maplibregl.MapEventType[T] & Object) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.off",
"type": "Function",
"tags": [],
"label": "off",
"description": [],
"signature": [
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & Object) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & Object) => void): this; (type: string, listener: maplibregl.Listener): this; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.off.$1",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.off.$2",
"type": "Function",
"tags": [],
"label": "listener",
"description": [],
"signature": [
"maplibregl.Listener"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.queryRenderedFeatures",
"type": "Function",
"tags": [
"see"
],
"label": "queryRenderedFeatures",
"description": [
"\nReturns an array of MapGeoJSONFeature objects\nrepresenting visible features that satisfy the query parameters.\n"
],
"signature": [
"(geometryOrOptions?: maplibregl.PointLike | [maplibregl.PointLike, maplibregl.PointLike] | maplibregl.QueryRenderedFeaturesOptions | undefined, options?: maplibregl.QueryRenderedFeaturesOptions | undefined) => maplibregl.MapGeoJSONFeature[]"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.queryRenderedFeatures.$1",
"type": "CompoundType",
"tags": [],
"label": "geometryOrOptions",
"description": [
"(optional) The geometry of the query region:\neither a single point or southwest and northeast points describing a bounding box.\nOmitting this parameter (i.e. calling {@link MapqueryRenderedFeatures } with zero arguments,\nor with only a `options` argument) is equivalent to passing a bounding box encompassing the entire\nmap viewport.\nThe geometryOrOptions can receive a QueryRenderedFeaturesOptions only to support a situation where the function receives only one parameter which is the options parameter."
],
"signature": [
"maplibregl.PointLike | [maplibregl.PointLike, maplibregl.PointLike] | maplibregl.QueryRenderedFeaturesOptions | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.queryRenderedFeatures.$2",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"(optional) Options object."
],
"signature": [
"maplibregl.QueryRenderedFeaturesOptions | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"An array of MapGeoJSONFeature objects.\n\nThe `properties` value of each returned feature object contains the properties of its source feature. For GeoJSON sources, only\nstring and numeric property values are supported (i.e. `null`, `Array`, and `Object` values are not supported).\n\nEach feature includes top-level `layer`, `source`, and `sourceLayer` properties. The `layer` property is an object\nrepresenting the style layer to which the feature belongs. Layout and paint properties in this object contain values\nwhich are fully evaluated for the given zoom level and feature.\n\nOnly features that are currently rendered are included. Some features will **not** be included, like:\n\n- Features from layers whose `visibility` property is `\"none\"`.\n- Features from layers whose zoom range excludes the current zoom level.\n- Symbol features that have been hidden due to text or icon collision.\n\nFeatures from all other layers are included, including features that may have no visible\ncontribution to the rendered result; for example, because the layer's opacity or color alpha component is set to\n0.\n\nThe topmost rendered feature appears first in the returned array, and subsequent features are sorted by\ndescending z-order. Features that are rendered multiple times (due to wrapping across the antemeridian at low\nzoom levels) are returned only once (though subject to the following caveat).\n\nBecause features come from tiled vector data or GeoJSON data that is converted to tiles internally, feature\ngeometries may be split or duplicated across tile boundaries and, as a result, features may appear multiple\ntimes in query results. For example, suppose there is a highway running through the bounding rectangle of a query.\nThe results of the query will be those parts of the highway that lie within the map tiles covering the bounding\nrectangle, even if the highway extends into other tiles, and the portion of the highway within each map tile\nwill be returned as a separate feature. Similarly, a point feature near a tile boundary may appear in multiple\ntiles due to tile buffering."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.querySourceFeatures",
"type": "Function",
"tags": [],
"label": "querySourceFeatures",
"description": [
"\nReturns an array of MapGeoJSONFeature objects\nrepresenting features within the specified vector tile or GeoJSON source that satisfy the query parameters.\n"
],
"signature": [
"(sourceId: string, parameters?: { sourceLayer?: string | undefined; filter?: maplibregl.FilterSpecification | undefined; validate?: boolean | undefined; } | null | undefined) => maplibregl.MapGeoJSONFeature[]"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.querySourceFeatures.$1",
"type": "string",
"tags": [],
"label": "sourceId",
"description": [
"The ID of the vector tile or GeoJSON source to query."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.querySourceFeatures.$2",
"type": "CompoundType",
"tags": [],
"label": "parameters",
"description": [
"Options object."
],
"signature": [
"{ sourceLayer?: string | undefined; filter?: maplibregl.FilterSpecification | undefined; validate?: boolean | undefined; } | null | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"An array of MapGeoJSONFeature objects.\n\nIn contrast to {@link MapqueryRenderedFeatures }, this function returns all features matching the query parameters,\nwhether or not they are rendered by the current style (i.e. visible). The domain of the query includes all currently-loaded\nvector tiles and GeoJSON source tiles: this function does not check tiles outside the currently\nvisible viewport.\n\nBecause features come from tiled vector data or GeoJSON data that is converted to tiles internally, feature\ngeometries may be split or duplicated across tile boundaries and, as a result, features may appear multiple\ntimes in query results. For example, suppose there is a highway running through the bounding rectangle of a query.\nThe results of the query will be those parts of the highway that lie within the map tiles covering the bounding\nrectangle, even if the highway extends into other tiles, and the portion of the highway within each map tile\nwill be returned as a separate feature. Similarly, a point feature near a tile boundary may appear in multiple\ntiles due to tile buffering."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setStyle",
"type": "Function",
"tags": [],
"label": "setStyle",
"description": [
"\nUpdates the map's MapLibre style object with a new value.\n\nIf a style is already set when this is used and options.diff is set to true, the map renderer will attempt to compare the given style\nagainst the map's current state and perform only the changes necessary to make the map style match the desired state. Changes in sprites\n(images used for icons and patterns) and glyphs (fonts for label text) **cannot** be diffed. If the sprites or fonts used in the current\nstyle and the given style are different in any way, the map renderer will force a full update, removing the current style and building\nthe given one from scratch.\n\n"
],
"signature": [
"(style: string | maplibregl.StyleSpecification | null, options?: (maplibregl.StyleSwapOptions & maplibregl.StyleOptions) | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setStyle.$1",
"type": "CompoundType",
"tags": [],
"label": "style",
"description": [
"A JSON object conforming to the schema described in the\n[MapLibre Style Specification](https://maplibre.org/maplibre-style-spec/), or a URL to such JSON."
],
"signature": [
"string | maplibregl.StyleSpecification | null"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setStyle.$2",
"type": "CompoundType",
"tags": [],
"label": "options",
"description": [
"Options object."
],
"signature": [
"(maplibregl.StyleSwapOptions & maplibregl.StyleOptions) | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setTransformRequest",
"type": "Function",
"tags": [],
"label": "setTransformRequest",
"description": [
"\n Updates the requestManager's transform request with a new function\n"
],
"signature": [
"(transformRequest: maplibregl.RequestTransformFunction) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setTransformRequest.$1",
"type": "Function",
"tags": [],
"label": "transformRequest",
"description": [
"A callback run before the Map makes a request for an external URL. The callback can be used to modify the url, set headers, or set the credentials property for cross-origin requests.\nExpected to return an object with a `url` property and optionally `headers` and `credentials` properties"
],
"signature": [
"maplibregl.RequestTransformFunction"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._getUIString",
"type": "Function",
"tags": [],
"label": "_getUIString",
"description": [],
"signature": [
"(key: string) => any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._getUIString.$1",
"type": "string",
"tags": [],
"label": "key",
"description": [],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._updateStyle",
"type": "Function",
"tags": [],
"label": "_updateStyle",
"description": [],
"signature": [
"(style: string | maplibregl.StyleSpecification | null, options?: (maplibregl.StyleSwapOptions & maplibregl.StyleOptions) | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._updateStyle.$1",
"type": "CompoundType",
"tags": [],
"label": "style",
"description": [],
"signature": [
"string | maplibregl.StyleSpecification | null"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._updateStyle.$2",
"type": "CompoundType",
"tags": [],
"label": "options",
"description": [],
"signature": [
"(maplibregl.StyleSwapOptions & maplibregl.StyleOptions) | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._lazyInitEmptyStyle",
"type": "Function",
"tags": [],
"label": "_lazyInitEmptyStyle",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._diffStyle",
"type": "Function",
"tags": [],
"label": "_diffStyle",
"description": [],
"signature": [
"(style: string | maplibregl.StyleSpecification, options?: (maplibregl.StyleSwapOptions & maplibregl.StyleOptions) | undefined) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._diffStyle.$1",
"type": "CompoundType",
"tags": [],
"label": "style",
"description": [],
"signature": [
"string | maplibregl.StyleSpecification"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._diffStyle.$2",
"type": "CompoundType",
"tags": [],
"label": "options",
"description": [],
"signature": [
"(maplibregl.StyleSwapOptions & maplibregl.StyleOptions) | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._updateDiff",
"type": "Function",
"tags": [],
"label": "_updateDiff",
"description": [],
"signature": [
"(style: maplibregl.StyleSpecification, options?: (maplibregl.StyleSwapOptions & maplibregl.StyleOptions) | undefined) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._updateDiff.$1",
"type": "Object",
"tags": [],
"label": "style",
"description": [],
"signature": [
"maplibregl.StyleSpecification"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._updateDiff.$2",
"type": "CompoundType",
"tags": [],
"label": "options",
"description": [],
"signature": [
"(maplibregl.StyleSwapOptions & maplibregl.StyleOptions) | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getStyle",
"type": "Function",
"tags": [],
"label": "getStyle",
"description": [
"\nReturns the map's MapLibre style object, a JSON object which can be used to recreate the map's style.\n"
],
"signature": [
"() => maplibregl.StyleSpecification"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The map's style JSON object."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.isStyleLoaded",
"type": "Function",
"tags": [],
"label": "isStyleLoaded",
"description": [
"\nReturns a Boolean indicating whether the map's style is fully loaded.\n"
],
"signature": [
"() => boolean | void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"A Boolean indicating whether the style is fully loaded."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addSource",
"type": "Function",
"tags": [
"fires",
"see"
],
"label": "addSource",
"description": [
"\nAdds a source to the map's style.\n"
],
"signature": [
"(id: string, source: maplibregl.SourceSpecification) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addSource.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the source to add. Must not conflict with existing sources."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addSource.$2",
"type": "CompoundType",
"tags": [],
"label": "source",
"description": [
"The source object, conforming to the\nMapLibre Style Specification's [source definition](https://maplibre.org/maplibre-style-spec/#sources) or\n{@link CanvasSourceOptions }."
],
"signature": [
"maplibregl.SourceSpecification"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.isSourceLoaded",
"type": "Function",
"tags": [],
"label": "isSourceLoaded",
"description": [
"\nReturns a Boolean indicating whether the source is loaded. Returns `true` if the source with\nthe given ID in the map's style has no outstanding network requests, otherwise `false`.\n"
],
"signature": [
"(id: string) => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.isSourceLoaded.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the source to be checked."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"A Boolean indicating whether the source is loaded."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setTerrain",
"type": "Function",
"tags": [],
"label": "setTerrain",
"description": [
"\nLoads a 3D terrain mesh, based on a \"raster-dem\" source."
],
"signature": [
"(options: maplibregl.TerrainSpecification) => maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setTerrain.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"Options object."
],
"signature": [
"maplibregl.TerrainSpecification"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getTerrain",
"type": "Function",
"tags": [],
"label": "getTerrain",
"description": [
"\nGet the terrain-options if terrain is loaded"
],
"signature": [
"() => maplibregl.TerrainSpecification"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"the TerrainSpecification passed to setTerrain"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.areTilesLoaded",
"type": "Function",
"tags": [],
"label": "areTilesLoaded",
"description": [
"\nReturns a Boolean indicating whether all tiles in the viewport from all sources on\nthe style are loaded.\n"
],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"A Boolean indicating whether all tiles are loaded."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addSourceType",
"type": "Function",
"tags": [
"private"
],
"label": "addSourceType",
"description": [
"\nAdds a [custom source type](#Custom Sources), making it available for use with\n{@link Map#addSource}."
],
"signature": [
"(name: string, SourceType: any, callback: maplibregl.Callback<void>) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addSourceType.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"The name of the source type; source definition objects use this name in the `{type: ...}` field."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addSourceType.$2",
"type": "Any",
"tags": [],
"label": "SourceType",
"description": [
"A {@link Source } constructor."
],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addSourceType.$3",
"type": "Function",
"tags": [],
"label": "callback",
"description": [
"Called when the source type is ready or with an error argument if there is an error."
],
"signature": [
"maplibregl.Callback<void>"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.removeSource",
"type": "Function",
"tags": [],
"label": "removeSource",
"description": [
"\nRemoves a source from the map's style.\n"
],
"signature": [
"(id: string) => maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.removeSource.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the source to remove."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getSource",
"type": "Function",
"tags": [
"see",
"see",
"see"
],
"label": "getSource",
"description": [
"\nReturns the source with the specified ID in the map's style.\n\nThis method is often used to update a source using the instance members for the relevant\nsource type as defined in [Sources](#sources).\nFor example, setting the `data` for a GeoJSON source or updating the `url` and `coordinates`\nof an image source.\n"
],
"signature": [
"(id: string) => maplibregl.Source | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getSource.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the source to get."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"The style source with the specified ID or `undefined` if the ID\ncorresponds to no existing sources.\nThe shape of the object varies by source type.\nA list of options for each source type is available on the MapLibre Style Specification's\n[Sources](https://maplibre.org/maplibre-style-spec/sources/) page."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addImage",
"type": "Function",
"tags": [
"see",
"see"
],
"label": "addImage",
"description": [
"\nAdd an image to the style. This image can be displayed on the map like any other icon in the style's\nsprite using the image's ID with\n[`icon-image`](https://maplibre.org/maplibre-style-spec/#layout-symbol-icon-image),\n[`background-pattern`](https://maplibre.org/maplibre-style-spec/#paint-background-background-pattern),\n[`fill-pattern`](https://maplibre.org/maplibre-style-spec/#paint-fill-fill-pattern),\nor [`line-pattern`](https://maplibre.org/maplibre-style-spec/#paint-line-line-pattern).\nA {@link Map.event:error} event will be fired if there is not enough space in the sprite to add this image.\n"
],
"signature": [
"(id: string, image: HTMLImageElement | ImageBitmap | ImageData | { width: number; height: number; data: Uint8Array | Uint8ClampedArray; } | maplibregl.StyleImageInterface, { pixelRatio, sdf, stretchX, stretchY, content }?: Partial<maplibregl.StyleImageMetadata> | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addImage.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the image."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addImage.$2",
"type": "CompoundType",
"tags": [],
"label": "image",
"description": [
"The image as an `HTMLImageElement`, `ImageData`, `ImageBitmap` or object with `width`, `height`, and `data`\nproperties with the same format as `ImageData`."
],
"signature": [
"HTMLImageElement | ImageBitmap | ImageData | { width: number; height: number; data: Uint8Array | Uint8ClampedArray; } | maplibregl.StyleImageInterface"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addImage.$3",
"type": "Object",
"tags": [],
"label": "{ pixelRatio, sdf, stretchX, stretchY, content }",
"description": [],
"signature": [
"Partial<maplibregl.StyleImageMetadata> | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.updateImage",
"type": "Function",
"tags": [],
"label": "updateImage",
"description": [
"\nUpdate an existing image in a style. This image can be displayed on the map like any other icon in the style's\nsprite using the image's ID with\n[`icon-image`](https://maplibre.org/maplibre-style-spec/#layout-symbol-icon-image),\n[`background-pattern`](https://maplibre.org/maplibre-style-spec/#paint-background-background-pattern),\n[`fill-pattern`](https://maplibre.org/maplibre-style-spec/#paint-fill-fill-pattern),\nor [`line-pattern`](https://maplibre.org/maplibre-style-spec/#paint-line-line-pattern).\n"
],
"signature": [
"(id: string, image: HTMLImageElement | ImageBitmap | ImageData | maplibregl.StyleImageInterface | { width: number; height: number; data: Uint8Array | Uint8ClampedArray; }) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.updateImage.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the image."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.updateImage.$2",
"type": "CompoundType",
"tags": [],
"label": "image",
"description": [
"The image as an `HTMLImageElement`, `ImageData`, `ImageBitmap` or object with `width`, `height`, and `data`\nproperties with the same format as `ImageData`."
],
"signature": [
"HTMLImageElement | ImageBitmap | ImageData | maplibregl.StyleImageInterface | { width: number; height: number; data: Uint8Array | Uint8ClampedArray; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getImage",
"type": "Function",
"tags": [],
"label": "getImage",
"description": [
"\nReturns an image, specified by ID, currently available in the map.\nThis includes both images from the style's original sprite\nand any images that have been added at runtime using {@link Map#addImage}.\n"
],
"signature": [
"(id: string) => maplibregl.StyleImage"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getImage.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the image."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"An image in the map with the specified ID."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.hasImage",
"type": "Function",
"tags": [],
"label": "hasImage",
"description": [
"\nCheck whether or not an image with a specific ID exists in the style. This checks both images\nin the style's original sprite and any images\nthat have been added at runtime using {@link Map#addImage}.\n"
],
"signature": [
"(id: string) => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.hasImage.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the image."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"A Boolean indicating whether the image exists."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.removeImage",
"type": "Function",
"tags": [],
"label": "removeImage",
"description": [
"\nRemove an image from a style. This can be an image from the style's original\nsprite or any images\nthat have been added at runtime using {@link Map#addImage}.\n"
],
"signature": [
"(id: string) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.removeImage.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the image."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.loadImage",
"type": "Function",
"tags": [
"see"
],
"label": "loadImage",
"description": [
"\nLoad an image from an external URL to be used with {@link Map#addImage}. External\ndomains must support [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS).\n"
],
"signature": [
"(url: string, callback: maplibregl.GetImageCallback) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.loadImage.$1",
"type": "string",
"tags": [],
"label": "url",
"description": [
"The URL of the image file. Image file must be in png, webp, or jpg format."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.loadImage.$2",
"type": "Function",
"tags": [],
"label": "callback",
"description": [
"Expecting `callback(error, data)`. Called when the image has loaded or with an error argument if there is an error."
],
"signature": [
"maplibregl.GetImageCallback"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.listImages",
"type": "Function",
"tags": [],
"label": "listImages",
"description": [
"\nReturns an Array of strings containing the IDs of all images currently available in the map.\nThis includes both images from the style's original sprite\nand any images that have been added at runtime using {@link Map#addImage}.\n"
],
"signature": [
"() => string[]"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"An Array of strings containing the names of all sprites/images currently available in the map."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addLayer",
"type": "Function",
"tags": [
"see",
"see",
"see"
],
"label": "addLayer",
"description": [
"\nAdds a [MapLibre style layer](https://maplibre.org/maplibre-style-spec/#layers)\nto the map's style.\n\nA layer defines how data from a specified source will be styled. Read more about layer types\nand available paint and layout properties in the [MapLibre Style Specification](https://maplibre.org/maplibre-style-spec/#layers).\n\nTODO: JSDoc can't pass @param {(LayerSpecification & {source?: string | SourceSpecification}) | CustomLayerInterface} layer The layer to add,"
],
"signature": [
"(layer: (maplibregl.LayerSpecification & { source?: string | maplibregl.SourceSpecification | undefined; }) | maplibregl.CustomLayerInterface, beforeId?: string | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addLayer.$1",
"type": "CompoundType",
"tags": [],
"label": "layer",
"description": [
"conforming to either the MapLibre Style Specification's [layer definition](https://maplibre.org/maplibre-style-spec/#layers) or,\nless commonly, the {@link CustomLayerInterface } specification.\nThe MapLibre Style Specification's layer definition is appropriate for most layers."
],
"signature": [
"(maplibregl.LayerSpecification & { source?: string | maplibregl.SourceSpecification | undefined; }) | maplibregl.CustomLayerInterface"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addLayer.$2",
"type": "string",
"tags": [],
"label": "beforeId",
"description": [
"The ID of an existing layer to insert the new layer before,\nresulting in the new layer appearing visually beneath the existing layer.\nIf this argument is not specified, the layer will be appended to the end of the layers array\nand appear visually above all other layers."
],
"signature": [
"string | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.moveLayer",
"type": "Function",
"tags": [],
"label": "moveLayer",
"description": [
"\nMoves a layer to a different z-position.\n"
],
"signature": [
"(id: string, beforeId?: string | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.moveLayer.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the layer to move."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.moveLayer.$2",
"type": "string",
"tags": [],
"label": "beforeId",
"description": [
"The ID of an existing layer to insert the new layer before. When viewing the map, the `id` layer will appear beneath the `beforeId` layer. If `beforeId` is omitted, the layer will be appended to the end of the layers array and appear above all other layers on the map."
],
"signature": [
"string | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.removeLayer",
"type": "Function",
"tags": [
"fires"
],
"label": "removeLayer",
"description": [
"\nRemoves the layer with the given ID from the map's style.\n\nIf no such layer exists, an `error` event is fired.\n"
],
"signature": [
"(id: string) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.removeLayer.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"id of the layer to remove"
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getLayer",
"type": "Function",
"tags": [
"see",
"see"
],
"label": "getLayer",
"description": [
"\nReturns the layer with the specified ID in the map's style.\n"
],
"signature": [
"(id: string) => StyleLayer"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getLayer.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the layer to get."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"The layer with the specified ID, or `undefined`\nif the ID corresponds to no existing layers."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setLayerZoomRange",
"type": "Function",
"tags": [],
"label": "setLayerZoomRange",
"description": [
"\nSets the zoom extent for the specified style layer. The zoom extent includes the\n[minimum zoom level](https://maplibre.org/maplibre-style-spec/#layer-minzoom)\nand [maximum zoom level](https://maplibre.org/maplibre-style-spec/#layer-maxzoom))\nat which the layer will be rendered.\n\nNote: For style layers using vector sources, style layers cannot be rendered at zoom levels lower than the\nminimum zoom level of the _source layer_ because the data does not exist at those zoom levels. If the minimum\nzoom level of the source layer is higher than the minimum zoom level defined in the style layer, the style\nlayer will not be rendered at all zoom levels in the zoom range.\n"
],
"signature": [
"(layerId: string, minzoom: number, maxzoom: number) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setLayerZoomRange.$1",
"type": "string",
"tags": [],
"label": "layerId",
"description": [
"The ID of the layer to which the zoom extent will be applied."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setLayerZoomRange.$2",
"type": "number",
"tags": [],
"label": "minzoom",
"description": [
"The minimum zoom to set (0-24)."
],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setLayerZoomRange.$3",
"type": "number",
"tags": [],
"label": "maxzoom",
"description": [
"The maximum zoom to set (0-24)."
],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setFilter",
"type": "Function",
"tags": [
"see"
],
"label": "setFilter",
"description": [
"\nSets the filter for the specified style layer.\n\nFilters control which features a style layer renders from its source.\nAny feature for which the filter expression evaluates to `true` will be\nrendered on the map. Those that are false will be hidden.\n\nUse `setFilter` to show a subset of your source data.\n\nTo clear the filter, pass `null` or `undefined` as the second parameter.\n"
],
"signature": [
"(layerId: string, filter?: maplibregl.FilterSpecification | null | undefined, options?: maplibregl.StyleSetterOptions | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setFilter.$1",
"type": "string",
"tags": [],
"label": "layerId",
"description": [
"The ID of the layer to which the filter will be applied."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setFilter.$2",
"type": "CompoundType",
"tags": [],
"label": "filter",
"description": [
"The filter, conforming to the MapLibre Style Specification's\n[filter definition](https://maplibre.org/maplibre-style-spec/layers/#filter). If `null` or `undefined` is provided, the function removes any existing filter from the layer."
],
"signature": [
"maplibregl.FilterSpecification | null | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setFilter.$3",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"Options object."
],
"signature": [
"maplibregl.StyleSetterOptions | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getFilter",
"type": "Function",
"tags": [],
"label": "getFilter",
"description": [
"\nReturns the filter applied to the specified style layer.\n"
],
"signature": [
"(layerId: string) => void | maplibregl.FilterSpecification"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getFilter.$1",
"type": "string",
"tags": [],
"label": "layerId",
"description": [
"The ID of the style layer whose filter to get."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"The layer's filter."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setPaintProperty",
"type": "Function",
"tags": [
"see",
"see"
],
"label": "setPaintProperty",
"description": [
"\nSets the value of a paint property in the specified style layer.\n"
],
"signature": [
"(layerId: string, name: string, value: any, options?: maplibregl.StyleSetterOptions | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setPaintProperty.$1",
"type": "string",
"tags": [],
"label": "layerId",
"description": [
"The ID of the layer to set the paint property in."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setPaintProperty.$2",
"type": "string",
"tags": [],
"label": "name",
"description": [
"The name of the paint property to set."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setPaintProperty.$3",
"type": "Any",
"tags": [],
"label": "value",
"description": [
"The value of the paint property to set.\nMust be of a type appropriate for the property, as defined in the [MapLibre Style Specification](https://maplibre.org/maplibre-style-spec/)."
],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setPaintProperty.$4",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"Options object."
],
"signature": [
"maplibregl.StyleSetterOptions | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getPaintProperty",
"type": "Function",
"tags": [],
"label": "getPaintProperty",
"description": [
"\nReturns the value of a paint property in the specified style layer.\n"
],
"signature": [
"(layerId: string, name: string) => unknown"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getPaintProperty.$1",
"type": "string",
"tags": [],
"label": "layerId",
"description": [
"The ID of the layer to get the paint property from."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getPaintProperty.$2",
"type": "string",
"tags": [],
"label": "name",
"description": [
"The name of a paint property to get."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"The value of the specified paint property."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setLayoutProperty",
"type": "Function",
"tags": [],
"label": "setLayoutProperty",
"description": [
"\nSets the value of a layout property in the specified style layer.\n"
],
"signature": [
"(layerId: string, name: string, value: any, options?: maplibregl.StyleSetterOptions | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setLayoutProperty.$1",
"type": "string",
"tags": [],
"label": "layerId",
"description": [
"The ID of the layer to set the layout property in."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setLayoutProperty.$2",
"type": "string",
"tags": [],
"label": "name",
"description": [
"The name of the layout property to set."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setLayoutProperty.$3",
"type": "Any",
"tags": [],
"label": "value",
"description": [
"The value of the layout property. Must be of a type appropriate for the property, as defined in the [MapLibre Style Specification](https://maplibre.org/maplibre-style-spec/)."
],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setLayoutProperty.$4",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"Options object."
],
"signature": [
"maplibregl.StyleSetterOptions | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getLayoutProperty",
"type": "Function",
"tags": [],
"label": "getLayoutProperty",
"description": [
"\nReturns the value of a layout property in the specified style layer.\n"
],
"signature": [
"(layerId: string, name: string) => any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getLayoutProperty.$1",
"type": "string",
"tags": [],
"label": "layerId",
"description": [
"The ID of the layer to get the layout property from."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getLayoutProperty.$2",
"type": "string",
"tags": [],
"label": "name",
"description": [
"The name of the layout property to get."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"The value of the specified layout property."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setGlyphs",
"type": "Function",
"tags": [],
"label": "setGlyphs",
"description": [
"\nSets the value of the style's glyphs property.\n"
],
"signature": [
"(glyphsUrl: string | null, options?: maplibregl.StyleSetterOptions | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setGlyphs.$1",
"type": "CompoundType",
"tags": [],
"label": "glyphsUrl",
"description": [
"Glyph URL to set. Must conform to the [MapLibre Style Specification](https://maplibre.org/maplibre-style-spec/glyphs/)."
],
"signature": [
"string | null"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setGlyphs.$2",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"Options object."
],
"signature": [
"maplibregl.StyleSetterOptions | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getGlyphs",
"type": "Function",
"tags": [],
"label": "getGlyphs",
"description": [
"\nReturns the value of the style's glyphs URL\n"
],
"signature": [
"() => string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"glyphs Style's glyphs url"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addSprite",
"type": "Function",
"tags": [
"fires"
],
"label": "addSprite",
"description": [
"\nAdds a sprite to the map's style.\n"
],
"signature": [
"(id: string, url: string, options?: maplibregl.StyleSetterOptions | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addSprite.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the sprite to add. Must not conflict with existing sprites."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addSprite.$2",
"type": "string",
"tags": [],
"label": "url",
"description": [
"The URL to load the sprite from"
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.addSprite.$3",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"Options object."
],
"signature": [
"maplibregl.StyleSetterOptions | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.removeSprite",
"type": "Function",
"tags": [
"fires"
],
"label": "removeSprite",
"description": [
"\nRemoves the sprite from the map's style.\n"
],
"signature": [
"(id: string) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.removeSprite.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the sprite to remove. If the sprite is declared as a single URL, the ID must be \"default\"."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getSprite",
"type": "Function",
"tags": [],
"label": "getSprite",
"description": [
"\nReturns the as-is value of the style's sprite.\n"
],
"signature": [
"() => { id: string; url: string; }[]"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"style's sprite url or a list of id-url pairs"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setSprite",
"type": "Function",
"tags": [],
"label": "setSprite",
"description": [
"\nSets the value of the style's sprite property.\n"
],
"signature": [
"(spriteUrl: string | null, options?: maplibregl.StyleSetterOptions | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setSprite.$1",
"type": "CompoundType",
"tags": [],
"label": "spriteUrl",
"description": [
"Sprite URL to set."
],
"signature": [
"string | null"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setSprite.$2",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"Options object."
],
"signature": [
"maplibregl.StyleSetterOptions | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setLight",
"type": "Function",
"tags": [],
"label": "setLight",
"description": [
"\nSets the any combination of light values.\n"
],
"signature": [
"(light: maplibregl.LightSpecification, options?: maplibregl.StyleSetterOptions | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setLight.$1",
"type": "Object",
"tags": [],
"label": "light",
"description": [
"Light properties to set. Must conform to the [MapLibre Style Specification](https://maplibre.org/maplibre-style-spec/#light)."
],
"signature": [
"maplibregl.LightSpecification"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setLight.$2",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"Options object."
],
"signature": [
"maplibregl.StyleSetterOptions | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getLight",
"type": "Function",
"tags": [],
"label": "getLight",
"description": [
"\nReturns the value of the light object.\n"
],
"signature": [
"() => any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"light Light properties of the style."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setFeatureState",
"type": "Function",
"tags": [
"see"
],
"label": "setFeatureState",
"description": [
"\nSets the `state` of a feature.\nA feature's `state` is a set of user-defined key-value pairs that are assigned to a feature at runtime.\nWhen using this method, the `state` object is merged with any existing key-value pairs in the feature's state.\nFeatures are identified by their `feature.id` attribute, which can be any number or string.\n\nThis method can only be used with sources that have a `feature.id` attribute. The `feature.id` attribute can be defined in three ways:\n- For vector or GeoJSON sources, including an `id` attribute in the original data file.\n- For vector or GeoJSON sources, using the [`promoteId`](https://maplibre.org/maplibre-style-spec/sources/#vector-promoteId) option at the time the source is defined.\n- For GeoJSON sources, using the [`generateId`](https://maplibre.org/maplibre-style-spec/sources/#geojson-generateId) option to auto-assign an `id` based on the feature's index in the source data. If you change feature data using `map.getSource('some id').setData(..)`, you may need to re-apply state taking into account updated `id` values.\n\n_Note: You can use the [`feature-state` expression](https://maplibre.org/maplibre-style-spec/expressions/#feature-state) to access the values in a feature's state object for the purposes of styling._\n"
],
"signature": [
"(feature: maplibregl.FeatureIdentifier, state: any) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setFeatureState.$1",
"type": "Object",
"tags": [],
"label": "feature",
"description": [
"Feature identifier. Feature objects returned from\n{@link MapqueryRenderedFeatures } or event handlers can be used as feature identifiers."
],
"signature": [
"maplibregl.FeatureIdentifier"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.setFeatureState.$2",
"type": "Any",
"tags": [],
"label": "state",
"description": [
"A set of key-value pairs. The values should be valid JSON types."
],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.removeFeatureState",
"type": "Function",
"tags": [],
"label": "removeFeatureState",
"description": [
"\nRemoves the `state` of a feature, setting it back to the default behavior.\nIf only a `target.source` is specified, it will remove the state for all features from that source.\nIf `target.id` is also specified, it will remove all keys for that feature's state.\nIf `key` is also specified, it removes only that key from that feature's state.\nFeatures are identified by their `feature.id` attribute, which can be any number or string.\n"
],
"signature": [
"(target: maplibregl.FeatureIdentifier, key?: string | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.removeFeatureState.$1",
"type": "Object",
"tags": [],
"label": "target",
"description": [
"Identifier of where to remove state. It can be a source, a feature, or a specific key of feature.\nFeature objects returned from {@link MapqueryRenderedFeatures } or event handlers can be used as feature identifiers."
],
"signature": [
"maplibregl.FeatureIdentifier"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.removeFeatureState.$2",
"type": "string",
"tags": [],
"label": "key",
"description": [
"(optional) The key in the feature state to reset."
],
"signature": [
"string | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getFeatureState",
"type": "Function",
"tags": [],
"label": "getFeatureState",
"description": [
"\nGets the `state` of a feature.\nA feature's `state` is a set of user-defined key-value pairs that are assigned to a feature at runtime.\nFeatures are identified by their `feature.id` attribute, which can be any number or string.\n\n_Note: To access the values in a feature's state object for the purposes of styling the feature, use the [`feature-state` expression](https://maplibre.org/maplibre-style-spec/expressions/#feature-state)._\n"
],
"signature": [
"(feature: maplibregl.FeatureIdentifier) => any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getFeatureState.$1",
"type": "Object",
"tags": [],
"label": "feature",
"description": [
"Feature identifier. Feature objects returned from\n{@link MapqueryRenderedFeatures } or event handlers can be used as feature identifiers."
],
"signature": [
"maplibregl.FeatureIdentifier"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"The state of the feature: a set of key-value pairs that was assigned to the feature at runtime."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getContainer",
"type": "Function",
"tags": [],
"label": "getContainer",
"description": [
"\nReturns the map's containing HTML element.\n"
],
"signature": [
"() => HTMLElement"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The map's container."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getCanvasContainer",
"type": "Function",
"tags": [
"see"
],
"label": "getCanvasContainer",
"description": [
"\nReturns the HTML element containing the map's `<canvas>` element.\n\nIf you want to add non-GL overlays to the map, you should append them to this element.\n\nThis is the element to which event bindings for map interactivity (such as panning and zooming) are\nattached. It will receive bubbled events from child elements such as the `<canvas>`, but not from\nmap controls.\n"
],
"signature": [
"() => HTMLElement"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The container of the map's `<canvas>`."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getCanvas",
"type": "Function",
"tags": [
"see",
"see",
"see"
],
"label": "getCanvas",
"description": [
"\nReturns the map's `<canvas>` element.\n"
],
"signature": [
"() => HTMLCanvasElement"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"The map's `<canvas>` element."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._containerDimensions",
"type": "Function",
"tags": [],
"label": "_containerDimensions",
"description": [],
"signature": [
"() => number[]"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._setupContainer",
"type": "Function",
"tags": [],
"label": "_setupContainer",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._cooperativeGesturesOnWheel",
"type": "Function",
"tags": [],
"label": "_cooperativeGesturesOnWheel",
"description": [],
"signature": [
"(event: WheelEvent) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._cooperativeGesturesOnWheel.$1",
"type": "Object",
"tags": [],
"label": "event",
"description": [],
"signature": [
"WheelEvent"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._setupCooperativeGestures",
"type": "Function",
"tags": [],
"label": "_setupCooperativeGestures",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._destroyCooperativeGestures",
"type": "Function",
"tags": [],
"label": "_destroyCooperativeGestures",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._resizeCanvas",
"type": "Function",
"tags": [],
"label": "_resizeCanvas",
"description": [],
"signature": [
"(width: number, height: number, pixelRatio: number) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._resizeCanvas.$1",
"type": "number",
"tags": [],
"label": "width",
"description": [],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._resizeCanvas.$2",
"type": "number",
"tags": [],
"label": "height",
"description": [],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._resizeCanvas.$3",
"type": "number",
"tags": [],
"label": "pixelRatio",
"description": [],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._setupPainter",
"type": "Function",
"tags": [],
"label": "_setupPainter",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._contextLost",
"type": "Function",
"tags": [],
"label": "_contextLost",
"description": [],
"signature": [
"(event: any) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._contextLost.$1",
"type": "Any",
"tags": [],
"label": "event",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._contextRestored",
"type": "Function",
"tags": [],
"label": "_contextRestored",
"description": [],
"signature": [
"(event: any) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._contextRestored.$1",
"type": "Any",
"tags": [],
"label": "event",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._onMapScroll",
"type": "Function",
"tags": [],
"label": "_onMapScroll",
"description": [],
"signature": [
"(event: any) => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._onMapScroll.$1",
"type": "Any",
"tags": [],
"label": "event",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._onCooperativeGesture",
"type": "Function",
"tags": [],
"label": "_onCooperativeGesture",
"description": [],
"signature": [
"(event: any, metaPress: any, touches: any) => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._onCooperativeGesture.$1",
"type": "Any",
"tags": [],
"label": "event",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._onCooperativeGesture.$2",
"type": "Any",
"tags": [],
"label": "metaPress",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._onCooperativeGesture.$3",
"type": "Any",
"tags": [],
"label": "touches",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.loaded",
"type": "Function",
"tags": [],
"label": "loaded",
"description": [
"\nReturns a Boolean indicating whether the map is fully loaded.\n\nReturns `false` if the style is not yet fully loaded,\nor if there has been a change to the sources or style that\nhas not yet fully loaded.\n"
],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"A Boolean indicating whether the map is fully loaded."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._update",
"type": "Function",
"tags": [
"private"
],
"label": "_update",
"description": [
"\nUpdate this map's style and sources, and re-render the map.\n"
],
"signature": [
"(updateStyle?: boolean | undefined) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._update.$1",
"type": "CompoundType",
"tags": [],
"label": "updateStyle",
"description": [
"mark the map's style for reprocessing as\nwell as its sources"
],
"signature": [
"boolean | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"this"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._requestRenderFrame",
"type": "Function",
"tags": [
"private"
],
"label": "_requestRenderFrame",
"description": [
"\nRequest that the given callback be executed during the next render\nframe. Schedule a render frame if one is not already scheduled."
],
"signature": [
"(callback: () => void) => number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._requestRenderFrame.$1",
"type": "Function",
"tags": [],
"label": "callback",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"An id that can be used to cancel the callback"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._cancelRenderFrame",
"type": "Function",
"tags": [],
"label": "_cancelRenderFrame",
"description": [],
"signature": [
"(id: number) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._cancelRenderFrame.$1",
"type": "number",
"tags": [],
"label": "id",
"description": [],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._render",
"type": "Function",
"tags": [
"private"
],
"label": "_render",
"description": [
"\nCall when a (re-)render of the map is required:\n- The style has changed (`setPaintProperty()`, etc.)\n- Source data has changed (e.g. tiles have finished loading)\n- The map has is moving (or just finished moving)\n- A transition is in progress\n"
],
"signature": [
"(paintStartTimeStamp: number) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._render.$1",
"type": "number",
"tags": [],
"label": "paintStartTimeStamp",
"description": [
"The time when the animation frame began executing."
],
"signature": [
"number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"this"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.redraw",
"type": "Function",
"tags": [],
"label": "redraw",
"description": [
"\nForce a synchronous redraw of the map."
],
"signature": [
"() => maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"`this`"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.remove",
"type": "Function",
"tags": [],
"label": "remove",
"description": [
"\nClean up and release all internal resources associated with this map.\n\nThis includes DOM elements, event bindings, web workers, and WebGL resources.\n\nUse this method when you are done using the map and wish to ensure that it no\nlonger consumes browser resources. Afterwards, you must not call any other\nmethods on the map."
],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.triggerRepaint",
"type": "Function",
"tags": [
"see",
"see"
],
"label": "triggerRepaint",
"description": [
"\nTrigger the rendering of a single frame. Use this method with custom layers to\nrepaint the map when the layer changes. Calling this multiple times before the\nnext frame is rendered will still result in only a single frame being rendered."
],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map._onWindowOnline",
"type": "Function",
"tags": [],
"label": "_onWindowOnline",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.showTileBoundaries",
"type": "boolean",
"tags": [
"name",
"type",
"instance",
"memberof"
],
"label": "showTileBoundaries",
"description": [
"\nGets and sets a Boolean indicating whether the map will render an outline\naround each tile and the tile ID. These tile boundaries are useful for\ndebugging.\n\nThe uncompressed file size of the first vector source is drawn in the top left\ncorner of each tile, next to the tile ID.\n"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.showTileBoundaries",
"type": "boolean",
"tags": [],
"label": "showTileBoundaries",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.showPadding",
"type": "boolean",
"tags": [
"name",
"type",
"instance",
"memberof"
],
"label": "showPadding",
"description": [
"\nGets and sets a Boolean indicating whether the map will visualize\nthe padding offsets.\n"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.showPadding",
"type": "boolean",
"tags": [],
"label": "showPadding",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.showCollisionBoxes",
"type": "boolean",
"tags": [
"name",
"type",
"instance",
"memberof"
],
"label": "showCollisionBoxes",
"description": [
"\nGets and sets a Boolean indicating whether the map will render boxes\naround all symbols in the data source, revealing which symbols\nwere rendered or which were hidden due to collisions.\nThis information is useful for debugging.\n"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.showCollisionBoxes",
"type": "boolean",
"tags": [],
"label": "showCollisionBoxes",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.showOverdrawInspector",
"type": "boolean",
"tags": [],
"label": "showOverdrawInspector",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.showOverdrawInspector",
"type": "boolean",
"tags": [],
"label": "showOverdrawInspector",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.repaint",
"type": "boolean",
"tags": [
"name",
"type",
"instance",
"memberof"
],
"label": "repaint",
"description": [
"\nGets and sets a Boolean indicating whether the map will\ncontinuously repaint. This information is useful for analyzing performance.\n"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.repaint",
"type": "boolean",
"tags": [],
"label": "repaint",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.vertices",
"type": "boolean",
"tags": [],
"label": "vertices",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.vertices",
"type": "boolean",
"tags": [],
"label": "vertices",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.version",
"type": "string",
"tags": [],
"label": "version",
"description": [
"\nReturns the package version of the library"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Map.getCameraTargetElevation",
"type": "Function",
"tags": [],
"label": "getCameraTargetElevation",
"description": [
"\nReturns the elevation for the point where the camera is looking.\nThis value corresponds to:\n\"meters above sea level\" * \"exaggeration\""
],
"signature": [
"() => number"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"* The elevation."
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapMouseEvent",
"type": "Class",
"tags": [],
"label": "MapMouseEvent",
"description": [],
"signature": [
"maplibregl.MapMouseEvent extends maplibregl.Event implements maplibregl.MapLibreEvent<MouseEvent>"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapMouseEvent.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [
"\nThe event type (one of {@link Map.event:mousedown},\n{@link Map.event:mouseup},\n{@link Map.event:click},\n{@link Map.event:dblclick},\n{@link Map.event:mousemove},\n{@link Map.event:mouseover},\n{@link Map.event:mouseenter},\n{@link Map.event:mouseleave},\n{@link Map.event:mouseout},\n{@link Map.event:contextmenu})."
],
"signature": [
"\"mousedown\" | \"mouseup\" | \"mouseover\" | \"mousemove\" | \"click\" | \"dblclick\" | \"mouseenter\" | \"mouseleave\" | \"mouseout\" | \"contextmenu\""
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapMouseEvent.target",
"type": "Object",
"tags": [],
"label": "target",
"description": [
"\nThe `Map` object that fired the event."
],
"signature": [
"maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapMouseEvent.originalEvent",
"type": "Object",
"tags": [],
"label": "originalEvent",
"description": [
"\nThe DOM event which caused the map event."
],
"signature": [
"MouseEvent"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapMouseEvent.point",
"type": "Object",
"tags": [],
"label": "point",
"description": [
"\nThe pixel coordinates of the mouse cursor, relative to the map and measured from the top left corner."
],
"signature": [
"node_modules/@types/mapbox__point-geometry/index"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapMouseEvent.lngLat",
"type": "Object",
"tags": [],
"label": "lngLat",
"description": [
"\nThe geographic location on the map of the mouse cursor."
],
"signature": [
"maplibregl.LngLat"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapMouseEvent.preventDefault",
"type": "Function",
"tags": [],
"label": "preventDefault",
"description": [
"\nPrevents subsequent default processing of the event by the map.\n\nCalling this method will prevent the following default map behaviors:\n\n * On `mousedown` events, the behavior of {@link DragPanHandler}\n * On `mousedown` events, the behavior of {@link DragRotateHandler}\n * On `mousedown` events, the behavior of {@link BoxZoomHandler}\n * On `dblclick` events, the behavior of {@link DoubleClickZoomHandler}\n"
],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapMouseEvent.defaultPrevented",
"type": "boolean",
"tags": [
"private"
],
"label": "defaultPrevented",
"description": [
"\n`true` if `preventDefault` has been called."
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapMouseEvent._defaultPrevented",
"type": "boolean",
"tags": [],
"label": "_defaultPrevented",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapMouseEvent.Unnamed",
"type": "Function",
"tags": [
"private"
],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapMouseEvent.Unnamed.$1",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapMouseEvent.Unnamed.$2",
"type": "Object",
"tags": [],
"label": "map",
"description": [],
"signature": [
"maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapMouseEvent.Unnamed.$3",
"type": "Object",
"tags": [],
"label": "originalEvent",
"description": [],
"signature": [
"MouseEvent"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapMouseEvent.Unnamed.$4",
"type": "Any",
"tags": [],
"label": "data",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource",
"type": "Class",
"tags": [],
"label": "RasterTileSource",
"description": [],
"signature": [
"maplibregl.RasterTileSource extends maplibregl.Evented implements maplibregl.Source"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"raster\" | \"raster-dem\""
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.minzoom",
"type": "number",
"tags": [],
"label": "minzoom",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.maxzoom",
"type": "number",
"tags": [],
"label": "maxzoom",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.url",
"type": "string",
"tags": [],
"label": "url",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.scheme",
"type": "string",
"tags": [],
"label": "scheme",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.tileSize",
"type": "number",
"tags": [],
"label": "tileSize",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.bounds",
"type": "Object",
"tags": [],
"label": "bounds",
"description": [],
"signature": [
"[number, number, number, number]"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.tileBounds",
"type": "Object",
"tags": [],
"label": "tileBounds",
"description": [],
"signature": [
"maplibregl.TileBounds"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.roundZoom",
"type": "boolean",
"tags": [],
"label": "roundZoom",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.dispatcher",
"type": "Object",
"tags": [],
"label": "dispatcher",
"description": [],
"signature": [
"maplibregl.Dispatcher"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.map",
"type": "Object",
"tags": [],
"label": "map",
"description": [],
"signature": [
"maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.tiles",
"type": "Array",
"tags": [],
"label": "tiles",
"description": [],
"signature": [
"string[]"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource._loaded",
"type": "boolean",
"tags": [],
"label": "_loaded",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource._options",
"type": "CompoundType",
"tags": [],
"label": "_options",
"description": [],
"signature": [
"maplibregl.RasterSourceSpecification | maplibregl.RasterDEMSourceSpecification"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource._tileJSONRequest",
"type": "Object",
"tags": [],
"label": "_tileJSONRequest",
"description": [],
"signature": [
"{ cancel: () => void; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.Unnamed.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.Unnamed.$2",
"type": "CompoundType",
"tags": [],
"label": "options",
"description": [],
"signature": [
"maplibregl.RasterSourceSpecification | maplibregl.RasterDEMSourceSpecification"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.Unnamed.$3",
"type": "Object",
"tags": [],
"label": "dispatcher",
"description": [],
"signature": [
"maplibregl.Dispatcher"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.Unnamed.$4",
"type": "Object",
"tags": [],
"label": "eventedParent",
"description": [],
"signature": [
"maplibregl.Evented"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.load",
"type": "Function",
"tags": [],
"label": "load",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.loaded",
"type": "Function",
"tags": [],
"label": "loaded",
"description": [],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.onAdd",
"type": "Function",
"tags": [],
"label": "onAdd",
"description": [],
"signature": [
"(map: maplibregl.Map) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.onAdd.$1",
"type": "Object",
"tags": [],
"label": "map",
"description": [],
"signature": [
"maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.onRemove",
"type": "Function",
"tags": [],
"label": "onRemove",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.serialize",
"type": "Function",
"tags": [],
"label": "serialize",
"description": [],
"signature": [
"() => any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.hasTile",
"type": "Function",
"tags": [],
"label": "hasTile",
"description": [],
"signature": [
"(tileID: maplibregl.OverscaledTileID) => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.hasTile.$1",
"type": "Object",
"tags": [],
"label": "tileID",
"description": [],
"signature": [
"maplibregl.OverscaledTileID"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.loadTile",
"type": "Function",
"tags": [],
"label": "loadTile",
"description": [],
"signature": [
"(tile: maplibregl.Tile, callback: maplibregl.Callback<void>) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.loadTile.$1",
"type": "Object",
"tags": [],
"label": "tile",
"description": [],
"signature": [
"maplibregl.Tile"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.loadTile.$2",
"type": "Function",
"tags": [],
"label": "callback",
"description": [],
"signature": [
"maplibregl.Callback<void>"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.abortTile",
"type": "Function",
"tags": [],
"label": "abortTile",
"description": [],
"signature": [
"(tile: maplibregl.Tile, callback: maplibregl.Callback<void>) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.abortTile.$1",
"type": "Object",
"tags": [],
"label": "tile",
"description": [],
"signature": [
"maplibregl.Tile"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.abortTile.$2",
"type": "Function",
"tags": [],
"label": "callback",
"description": [],
"signature": [
"maplibregl.Callback<void>"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.unloadTile",
"type": "Function",
"tags": [],
"label": "unloadTile",
"description": [],
"signature": [
"(tile: maplibregl.Tile, callback: maplibregl.Callback<void>) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.unloadTile.$1",
"type": "Object",
"tags": [],
"label": "tile",
"description": [],
"signature": [
"maplibregl.Tile"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.unloadTile.$2",
"type": "Function",
"tags": [],
"label": "callback",
"description": [],
"signature": [
"maplibregl.Callback<void>"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.RasterTileSource.hasTransition",
"type": "Function",
"tags": [],
"label": "hasTransition",
"description": [],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource",
"type": "Class",
"tags": [],
"label": "VectorTileSource",
"description": [],
"signature": [
"maplibregl.VectorTileSource extends maplibregl.Evented implements maplibregl.Source"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"vector\""
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.minzoom",
"type": "number",
"tags": [],
"label": "minzoom",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.maxzoom",
"type": "number",
"tags": [],
"label": "maxzoom",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.url",
"type": "string",
"tags": [],
"label": "url",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.scheme",
"type": "string",
"tags": [],
"label": "scheme",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.tileSize",
"type": "number",
"tags": [],
"label": "tileSize",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.promoteId",
"type": "CompoundType",
"tags": [],
"label": "promoteId",
"description": [],
"signature": [
"string | { [_: string]: string; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource._options",
"type": "Object",
"tags": [],
"label": "_options",
"description": [],
"signature": [
"{ type: \"vector\"; url?: string | undefined; tiles?: string[] | undefined; bounds?: [number, number, number, number] | undefined; scheme?: \"xyz\" | \"tms\" | undefined; minzoom?: number | undefined; maxzoom?: number | undefined; attribution?: string | undefined; promoteId?: maplibregl.PromoteIdSpecification | undefined; volatile?: boolean | undefined; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource._collectResourceTiming",
"type": "boolean",
"tags": [],
"label": "_collectResourceTiming",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.dispatcher",
"type": "Object",
"tags": [],
"label": "dispatcher",
"description": [],
"signature": [
"maplibregl.Dispatcher"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.map",
"type": "Object",
"tags": [],
"label": "map",
"description": [],
"signature": [
"maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.bounds",
"type": "Object",
"tags": [],
"label": "bounds",
"description": [],
"signature": [
"[number, number, number, number]"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.tiles",
"type": "Array",
"tags": [],
"label": "tiles",
"description": [],
"signature": [
"string[]"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.tileBounds",
"type": "Object",
"tags": [],
"label": "tileBounds",
"description": [],
"signature": [
"maplibregl.TileBounds"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.reparseOverscaled",
"type": "boolean",
"tags": [],
"label": "reparseOverscaled",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.isTileClipped",
"type": "boolean",
"tags": [],
"label": "isTileClipped",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource._tileJSONRequest",
"type": "Object",
"tags": [],
"label": "_tileJSONRequest",
"description": [],
"signature": [
"{ cancel: () => void; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource._loaded",
"type": "boolean",
"tags": [],
"label": "_loaded",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.Unnamed.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.Unnamed.$2",
"type": "CompoundType",
"tags": [],
"label": "options",
"description": [],
"signature": [
"maplibregl.VectorSourceSpecification & { collectResourceTiming: boolean; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.Unnamed.$3",
"type": "Object",
"tags": [],
"label": "dispatcher",
"description": [],
"signature": [
"maplibregl.Dispatcher"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.Unnamed.$4",
"type": "Object",
"tags": [],
"label": "eventedParent",
"description": [],
"signature": [
"maplibregl.Evented"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.load",
"type": "Function",
"tags": [],
"label": "load",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.loaded",
"type": "Function",
"tags": [],
"label": "loaded",
"description": [],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.hasTile",
"type": "Function",
"tags": [],
"label": "hasTile",
"description": [],
"signature": [
"(tileID: maplibregl.OverscaledTileID) => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.hasTile.$1",
"type": "Object",
"tags": [],
"label": "tileID",
"description": [],
"signature": [
"maplibregl.OverscaledTileID"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.onAdd",
"type": "Function",
"tags": [],
"label": "onAdd",
"description": [],
"signature": [
"(map: maplibregl.Map) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.onAdd.$1",
"type": "Object",
"tags": [],
"label": "map",
"description": [],
"signature": [
"maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.setSourceProperty",
"type": "Function",
"tags": [],
"label": "setSourceProperty",
"description": [],
"signature": [
"(callback: Function) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.setSourceProperty.$1",
"type": "Object",
"tags": [],
"label": "callback",
"description": [],
"signature": [
"Function"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.setTiles",
"type": "Function",
"tags": [],
"label": "setTiles",
"description": [
"\nSets the source `tiles` property and re-renders the map.\n"
],
"signature": [
"(tiles: string[]) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.setTiles.$1",
"type": "Array",
"tags": [],
"label": "tiles",
"description": [
"An array of one or more tile source URLs, as in the TileJSON spec."
],
"signature": [
"string[]"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"this"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.setUrl",
"type": "Function",
"tags": [],
"label": "setUrl",
"description": [
"\nSets the source `url` property and re-renders the map.\n"
],
"signature": [
"(url: string) => this"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.setUrl.$1",
"type": "string",
"tags": [],
"label": "url",
"description": [
"A URL to a TileJSON resource. Supported protocols are `http:` and `https:`."
],
"signature": [
"string"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"this"
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.onRemove",
"type": "Function",
"tags": [],
"label": "onRemove",
"description": [],
"signature": [
"() => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.serialize",
"type": "Function",
"tags": [],
"label": "serialize",
"description": [],
"signature": [
"() => any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.loadTile",
"type": "Function",
"tags": [],
"label": "loadTile",
"description": [],
"signature": [
"(tile: maplibregl.Tile, callback: maplibregl.Callback<void>) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.loadTile.$1",
"type": "Object",
"tags": [],
"label": "tile",
"description": [],
"signature": [
"maplibregl.Tile"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.loadTile.$2",
"type": "Function",
"tags": [],
"label": "callback",
"description": [],
"signature": [
"maplibregl.Callback<void>"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.abortTile",
"type": "Function",
"tags": [],
"label": "abortTile",
"description": [],
"signature": [
"(tile: maplibregl.Tile) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.abortTile.$1",
"type": "Object",
"tags": [],
"label": "tile",
"description": [],
"signature": [
"maplibregl.Tile"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.unloadTile",
"type": "Function",
"tags": [],
"label": "unloadTile",
"description": [],
"signature": [
"(tile: maplibregl.Tile) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.unloadTile.$1",
"type": "Object",
"tags": [],
"label": "tile",
"description": [],
"signature": [
"maplibregl.Tile"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.VectorTileSource.hasTransition",
"type": "Function",
"tags": [],
"label": "hasTransition",
"description": [],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"functions": [],
"interfaces": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.CustomLayerInterface",
"type": "Interface",
"tags": [
"interface"
],
"label": "CustomLayerInterface",
"description": [
"\nInterface for custom style layers. This is a specification for\nimplementers to model: it is not an exported method or class.\n\nCustom layers allow a user to render directly into the map's GL context using the map's camera.\nThese layers can be added between any regular layers using {@link Map#addLayer}.\n\nCustom layers must have a unique `id` and must have the `type` of `\"custom\"`.\nThey must implement `render` and may implement `prerender`, `onAdd` and `onRemove`.\nThey can trigger rendering using {@link Map#triggerRepaint}\nand they should appropriately handle {@link Map.event:webglcontextlost} and\n{@link Map.event:webglcontextrestored}.\n\nThe `renderingMode` property controls whether the layer is treated as a `\"2d\"` or `\"3d\"` map layer. Use:\n- `\"renderingMode\": \"3d\"` to use the depth buffer and share it with other layers\n- `\"renderingMode\": \"2d\"` to add a layer with no depth. If you need to use the depth buffer for a `\"2d\"` layer you must use an offscreen\n framebuffer and {@link CustomLayerInterface#prerender}\n"
],
"signature": [
"maplibregl.CustomLayerInterface"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.CustomLayerInterface.id",
"type": "string",
"tags": [
"property"
],
"label": "id",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.CustomLayerInterface.type",
"type": "string",
"tags": [
"property"
],
"label": "type",
"description": [],
"signature": [
"\"custom\""
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.CustomLayerInterface.renderingMode",
"type": "CompoundType",
"tags": [
"property"
],
"label": "renderingMode",
"description": [],
"signature": [
"\"2d\" | \"3d\" | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.CustomLayerInterface.render",
"type": "Function",
"tags": [
"function",
"memberof",
"instance",
"name"
],
"label": "render",
"description": [
"\nCalled during a render frame allowing the layer to draw into the GL context.\n\nThe layer can assume blending and depth state is set to allow the layer to properly\nblend and clip other layers. The layer cannot make any other assumptions about the\ncurrent GL state.\n\nIf the layer needs to render to a texture, it should implement the `prerender` method\nto do this and only use the `render` method for drawing directly into the main framebuffer.\n\nThe blend function is set to `gl.blendFunc(gl.ONE, gl.ONE_MINUS_SRC_ALPHA)`. This expects\ncolors to be provided in premultiplied alpha form where the `r`, `g` and `b` values are already\nmultiplied by the `a` value. If you are unable to provide colors in premultiplied form you\nmay want to change the blend function to\n`gl.blendFuncSeparate(gl.SRC_ALPHA, gl.ONE_MINUS_SRC_ALPHA, gl.ONE, gl.ONE_MINUS_SRC_ALPHA)`.\n"
],
"signature": [
"(gl: WebGLRenderingContext | WebGL2RenderingContext, matrix: ",
"mat4",
") => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.CustomLayerInterface.render.$1",
"type": "CompoundType",
"tags": [],
"label": "gl",
"description": [
"The map's gl context."
],
"signature": [
"WebGLRenderingContext | WebGL2RenderingContext"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.CustomLayerInterface.render.$2",
"type": "CompoundType",
"tags": [],
"label": "matrix",
"description": [
"The map's camera matrix. It projects spherical mercator\ncoordinates to gl coordinates. The spherical mercator coordinate `[0, 0]` represents the\ntop left corner of the mercator world and `[1, 1]` represents the bottom right corner. When\nthe `renderingMode` is `\"3d\"`, the z coordinate is conformal. A box with identical x, y, and z\nlengths in mercator units would be rendered as a cube. {@link MercatorCoordinate }.fromLngLat\ncan be used to project a `LngLat` to a mercator coordinate."
],
"signature": [
"Float32Array | [number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number]"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.CustomLayerInterface.prerender",
"type": "Function",
"tags": [
"function",
"memberof",
"instance",
"name"
],
"label": "prerender",
"description": [
"\nOptional method called during a render frame to allow a layer to prepare resources or render into a texture.\n\nThe layer cannot make any assumptions about the current GL state and must bind a framebuffer before rendering.\n"
],
"signature": [
"maplibregl.CustomRenderMethod | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.CustomLayerInterface.onAdd",
"type": "Function",
"tags": [
"function",
"memberof",
"instance",
"name"
],
"label": "onAdd",
"description": [
"\nOptional method called when the layer has been added to the Map with {@link Map#addLayer}. This\ngives the layer a chance to initialize gl resources and register event listeners.\n"
],
"signature": [
"((map: maplibregl.Map, gl: WebGLRenderingContext | WebGL2RenderingContext) => void) | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.CustomLayerInterface.onAdd.$1",
"type": "Object",
"tags": [],
"label": "map",
"description": [
"The Map this custom layer was just added to."
],
"signature": [
"maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.CustomLayerInterface.onAdd.$2",
"type": "CompoundType",
"tags": [],
"label": "gl",
"description": [
"The gl context for the map."
],
"signature": [
"WebGLRenderingContext | WebGL2RenderingContext"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.CustomLayerInterface.onRemove",
"type": "Function",
"tags": [
"function",
"memberof",
"instance",
"name"
],
"label": "onRemove",
"description": [
"\nOptional method called when the layer has been removed from the Map with {@link Map#removeLayer}. This\ngives the layer a chance to clean up gl resources and event listeners.\n"
],
"signature": [
"((map: maplibregl.Map, gl: WebGLRenderingContext | WebGL2RenderingContext) => void) | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.CustomLayerInterface.onRemove.$1",
"type": "Object",
"tags": [],
"label": "map",
"description": [
"The Map this custom layer was just added to."
],
"signature": [
"maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.CustomLayerInterface.onRemove.$2",
"type": "CompoundType",
"tags": [],
"label": "gl",
"description": [
"The gl context for the map."
],
"signature": [
"WebGLRenderingContext | WebGL2RenderingContext"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapSourceDataEvent",
"type": "Interface",
"tags": [],
"label": "MapSourceDataEvent",
"description": [],
"signature": [
"maplibregl.MapSourceDataEvent extends maplibregl.MapLibreEvent<unknown>"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapSourceDataEvent.dataType",
"type": "string",
"tags": [],
"label": "dataType",
"description": [],
"signature": [
"\"source\""
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapSourceDataEvent.isSourceLoaded",
"type": "boolean",
"tags": [],
"label": "isSourceLoaded",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapSourceDataEvent.source",
"type": "CompoundType",
"tags": [],
"label": "source",
"description": [],
"signature": [
"maplibregl.VectorSourceSpecification | maplibregl.RasterSourceSpecification | maplibregl.RasterDEMSourceSpecification | maplibregl.GeoJSONSourceSpecification | maplibregl.VideoSourceSpecification | maplibregl.ImageSourceSpecification"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapSourceDataEvent.sourceId",
"type": "string",
"tags": [],
"label": "sourceId",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapSourceDataEvent.sourceDataType",
"type": "CompoundType",
"tags": [],
"label": "sourceDataType",
"description": [],
"signature": [
"\"content\" | \"visibility\" | \"metadata\" | \"idle\""
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapSourceDataEvent.tile",
"type": "Any",
"tags": [],
"label": "tile",
"description": [],
"signature": [
"any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source",
"type": "Interface",
"tags": [
"private",
"fires",
"property",
"property",
"property",
"property",
"property",
"property"
],
"label": "Source",
"description": [
"\nThe `Source` interface must be implemented by each source type, including \"core\" types (`vector`, `raster`,\n`video`, etc.) and all custom, third-party types.\n"
],
"signature": [
"maplibregl.Source"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.minzoom",
"type": "number",
"tags": [],
"label": "minzoom",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.maxzoom",
"type": "number",
"tags": [],
"label": "maxzoom",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.tileSize",
"type": "number",
"tags": [],
"label": "tileSize",
"description": [],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.attribution",
"type": "string",
"tags": [],
"label": "attribution",
"description": [],
"signature": [
"string | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.roundZoom",
"type": "CompoundType",
"tags": [],
"label": "roundZoom",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.isTileClipped",
"type": "CompoundType",
"tags": [],
"label": "isTileClipped",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.tileID",
"type": "Object",
"tags": [],
"label": "tileID",
"description": [],
"signature": [
"maplibregl.CanonicalTileID | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.reparseOverscaled",
"type": "CompoundType",
"tags": [],
"label": "reparseOverscaled",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.vectorLayerIds",
"type": "Array",
"tags": [],
"label": "vectorLayerIds",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.hasTransition",
"type": "Function",
"tags": [],
"label": "hasTransition",
"description": [],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.loaded",
"type": "Function",
"tags": [],
"label": "loaded",
"description": [],
"signature": [
"() => boolean"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.fire",
"type": "Function",
"tags": [],
"label": "fire",
"description": [],
"signature": [
"(event: maplibregl.Event) => unknown"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.fire.$1",
"type": "Object",
"tags": [],
"label": "event",
"description": [],
"signature": [
"maplibregl.Event"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.onAdd",
"type": "Function",
"tags": [],
"label": "onAdd",
"description": [],
"signature": [
"((map: maplibregl.Map) => void) | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.onAdd.$1",
"type": "Object",
"tags": [],
"label": "map",
"description": [],
"signature": [
"maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.onRemove",
"type": "Function",
"tags": [],
"label": "onRemove",
"description": [],
"signature": [
"((map: maplibregl.Map) => void) | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.onRemove.$1",
"type": "Object",
"tags": [],
"label": "map",
"description": [],
"signature": [
"maplibregl.Map"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.loadTile",
"type": "Function",
"tags": [],
"label": "loadTile",
"description": [],
"signature": [
"(tile: maplibregl.Tile, callback: maplibregl.Callback<void>) => void"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.loadTile.$1",
"type": "Object",
"tags": [],
"label": "tile",
"description": [],
"signature": [
"maplibregl.Tile"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.loadTile.$2",
"type": "Function",
"tags": [],
"label": "callback",
"description": [],
"signature": [
"maplibregl.Callback<void>"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.hasTile",
"type": "Function",
"tags": [],
"label": "hasTile",
"description": [],
"signature": [
"((tileID: maplibregl.OverscaledTileID) => boolean) | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.hasTile.$1",
"type": "Object",
"tags": [],
"label": "tileID",
"description": [],
"signature": [
"maplibregl.OverscaledTileID"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.abortTile",
"type": "Function",
"tags": [],
"label": "abortTile",
"description": [],
"signature": [
"((tile: maplibregl.Tile, callback: maplibregl.Callback<void>) => void) | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.abortTile.$1",
"type": "Object",
"tags": [],
"label": "tile",
"description": [],
"signature": [
"maplibregl.Tile"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.abortTile.$2",
"type": "Function",
"tags": [],
"label": "callback",
"description": [],
"signature": [
"maplibregl.Callback<void>"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.unloadTile",
"type": "Function",
"tags": [],
"label": "unloadTile",
"description": [],
"signature": [
"((tile: maplibregl.Tile, callback: maplibregl.Callback<void>) => void) | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.unloadTile.$1",
"type": "Object",
"tags": [],
"label": "tile",
"description": [],
"signature": [
"maplibregl.Tile"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.unloadTile.$2",
"type": "Function",
"tags": [],
"label": "callback",
"description": [],
"signature": [
"maplibregl.Callback<void>"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.serialize",
"type": "Function",
"tags": [
"private"
],
"label": "serialize",
"description": [],
"signature": [
"() => any"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"A plain (stringifiable) JS object representing the current state of the source.\nCreating a source using the returned object as the `options` should result in a Source that is\nequivalent to this one."
]
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Source.prepare",
"type": "Function",
"tags": [],
"label": "prepare",
"description": [],
"signature": [
"(() => void) | undefined"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.FeatureIdentifier",
"type": "Type",
"tags": [],
"label": "FeatureIdentifier",
"description": [],
"signature": [
"{ id?: string | number | undefined; source: string; sourceLayer?: string | undefined; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.FilterSpecification",
"type": "Type",
"tags": [],
"label": "FilterSpecification",
"description": [],
"signature": [
"maplibregl.ExpressionFilterSpecification | maplibregl.LegacyFilterSpecification"
],
"path": "node_modules/@maplibre/maplibre-gl-style-spec/dist/index.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.LayerSpecification",
"type": "Type",
"tags": [],
"label": "LayerSpecification",
"description": [],
"signature": [
"maplibregl.FillLayerSpecification | maplibregl.LineLayerSpecification | maplibregl.SymbolLayerSpecification | maplibregl.CircleLayerSpecification | maplibregl.HeatmapLayerSpecification | maplibregl.FillExtrusionLayerSpecification | maplibregl.RasterLayerSpecification | maplibregl.HillshadeLayerSpecification | maplibregl.BackgroundLayerSpecification"
],
"path": "node_modules/@maplibre/maplibre-gl-style-spec/dist/index.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapEvent",
"type": "Type",
"tags": [],
"label": "MapEvent",
"description": [],
"signature": [
"\"error\" | \"remove\" | \"data\" | \"render\" | \"rotate\" | \"resize\" | \"zoom\" | \"move\" | \"idle\" | \"mousedown\" | \"mouseup\" | \"mouseover\" | \"mousemove\" | \"click\" | \"dblclick\" | \"mouseenter\" | \"mouseleave\" | \"mouseout\" | \"contextmenu\" | \"wheel\" | \"touchstart\" | \"touchend\" | \"touchmove\" | \"touchcancel\" | \"movestart\" | \"moveend\" | \"dragstart\" | \"drag\" | \"dragend\" | \"zoomstart\" | \"zoomend\" | \"rotatestart\" | \"rotateend\" | \"pitchstart\" | \"pitch\" | \"pitchend\" | \"boxzoomstart\" | \"boxzoomend\" | \"boxzoomcancel\" | \"webglcontextlost\" | \"webglcontextrestored\" | \"load\" | \"styledata\" | \"sourcedata\" | \"dataloading\" | \"styledataloading\" | \"sourcedataloading\" | \"styleimagemissing\" | \"style.load\" | \"terrain\" | \"dataabort\" | \"sourcedataabort\""
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapGeoJSONFeature",
"type": "Type",
"tags": [],
"label": "MapGeoJSONFeature",
"description": [],
"signature": [
"maplibregl.GeoJSONFeature & { layer: (Omit<maplibregl.FillLayerSpecification, \"source\"> | Omit<maplibregl.LineLayerSpecification, \"source\"> | Omit<maplibregl.SymbolLayerSpecification, \"source\"> | Omit<maplibregl.CircleLayerSpecification, \"source\"> | Omit<maplibregl.HeatmapLayerSpecification, \"source\"> | Omit<maplibregl.FillExtrusionLayerSpecification, \"source\"> | Omit<maplibregl.RasterLayerSpecification, \"source\"> | Omit<maplibregl.HillshadeLayerSpecification, \"source\"> | Omit<maplibregl.BackgroundLayerSpecification, \"source\">) & { source: string; }; source: string; sourceLayer?: string | undefined; state: { [key: string]: any; }; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.maplibregl",
"type": "Any",
"tags": [],
"label": "maplibregl",
"description": [],
"signature": [
"any"
],
"path": "packages/kbn-mapbox-gl/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.MapOptions",
"type": "Type",
"tags": [],
"label": "MapOptions",
"description": [],
"signature": [
"{ hash?: string | boolean | undefined; interactive?: boolean | undefined; container: string | HTMLElement; bearingSnap?: number | undefined; attributionControl?: boolean | undefined; customAttribution?: string | string[] | undefined; maplibreLogo?: boolean | undefined; logoPosition?: maplibregl.ControlPosition | undefined; failIfMajorPerformanceCaveat?: boolean | undefined; preserveDrawingBuffer?: boolean | undefined; antialias?: boolean | undefined; refreshExpiredTiles?: boolean | undefined; maxBounds?: maplibregl.LngLatBoundsLike | undefined; scrollZoom?: boolean | undefined; minZoom?: number | null | undefined; maxZoom?: number | null | undefined; minPitch?: number | null | undefined; maxPitch?: number | null | undefined; boxZoom?: boolean | undefined; dragRotate?: boolean | undefined; dragPan?: boolean | maplibregl.DragPanOptions | undefined; keyboard?: boolean | undefined; doubleClickZoom?: boolean | undefined; touchZoomRotate?: boolean | undefined; touchPitch?: boolean | undefined; cooperativeGestures?: boolean | maplibregl.GestureOptions | undefined; trackResize?: boolean | undefined; center?: maplibregl.LngLatLike | undefined; zoom?: number | undefined; bearing?: number | undefined; pitch?: number | undefined; renderWorldCopies?: boolean | undefined; maxTileCacheSize?: number | undefined; maxTileCacheZoomLevels?: number | undefined; transformRequest?: maplibregl.RequestTransformFunction | undefined; transformCameraUpdate?: maplibregl.CameraUpdateTransformFunction | undefined; locale?: any; fadeDuration?: number | undefined; crossSourceCollisions?: boolean | undefined; collectResourceTiming?: boolean | undefined; clickTolerance?: number | undefined; bounds?: maplibregl.LngLatBoundsLike | undefined; fitBoundsOptions?: Object | undefined; localIdeographFontFamily?: string | undefined; style: string | maplibregl.StyleSpecification; pitchWithRotate?: boolean | undefined; pixelRatio?: number | undefined; validateStyle?: boolean | undefined; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.Point2D",
"type": "Type",
"tags": [],
"label": "Point2D",
"description": [],
"signature": [
"{ x: number; y: number; }"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.PointLike",
"type": "Type",
"tags": [
"typedef"
],
"label": "PointLike",
"description": [
"\nA [Point](https://github.com/mapbox/point-geometry) or an array of two numbers representing `x` and `y` screen coordinates in pixels.\n"
],
"signature": [
"[number, number] | ",
"node_modules/@types/mapbox__point-geometry/index"
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.SourceSpecification",
"type": "Type",
"tags": [],
"label": "SourceSpecification",
"description": [],
"signature": [
"maplibregl.VectorSourceSpecification | maplibregl.RasterSourceSpecification | maplibregl.RasterDEMSourceSpecification | maplibregl.GeoJSONSourceSpecification | maplibregl.VideoSourceSpecification | maplibregl.ImageSourceSpecification"
],
"path": "node_modules/@maplibre/maplibre-gl-style-spec/dist/index.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/mapbox-gl",
"id": "def-common.StyleSpecification",
"type": "Type",
"tags": [],
"label": "StyleSpecification",
"description": [],
"signature": [
"{ version: 8; name?: string | undefined; metadata?: unknown; center?: number[] | undefined; zoom?: number | undefined; bearing?: number | undefined; pitch?: number | undefined; light?: maplibregl.LightSpecification | undefined; terrain?: maplibregl.TerrainSpecification | undefined; sources: { [_: string]: maplibregl.SourceSpecification; }; sprite?: maplibregl.SpriteSpecification | undefined; glyphs?: string | undefined; transition?: maplibregl.TransitionSpecification | undefined; layers: maplibregl.LayerSpecification[]; }"
],
"path": "node_modules/@maplibre/maplibre-gl-style-spec/dist/index.d.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": []
}
}