mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
10382 lines
No EOL
383 KiB
JSON
10382 lines
No EOL
383 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.AJAXError",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "AJAXError",
|
|
"description": [
|
|
"\nAn error thrown when a HTTP request results in an error response."
|
|
],
|
|
"signature": [
|
|
"AJAXError",
|
|
" extends Error"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.AJAXError.status",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "status",
|
|
"description": [
|
|
"\nThe response's HTTP status code."
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.AJAXError.statusText",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "statusText",
|
|
"description": [
|
|
"\nThe response's HTTP status text."
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.AJAXError.url",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "url",
|
|
"description": [
|
|
"\nThe request's URL."
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.AJAXError.body",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "body",
|
|
"description": [
|
|
"\nThe response's body."
|
|
],
|
|
"signature": [
|
|
"Blob"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.AJAXError.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.AJAXError.Unnamed.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "status",
|
|
"description": [
|
|
"- The response's HTTP status code."
|
|
],
|
|
"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.AJAXError.Unnamed.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "statusText",
|
|
"description": [
|
|
"- The response's HTTP status text."
|
|
],
|
|
"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.AJAXError.Unnamed.$3",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "url",
|
|
"description": [
|
|
"- The request's URL."
|
|
],
|
|
"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.AJAXError.Unnamed.$4",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "body",
|
|
"description": [
|
|
"- The response's body."
|
|
],
|
|
"signature": [
|
|
"Blob"
|
|
],
|
|
"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.GeoJSONSource",
|
|
"type": "Class",
|
|
"tags": [
|
|
"group",
|
|
"see",
|
|
"see",
|
|
"see",
|
|
"see"
|
|
],
|
|
"label": "GeoJSONSource",
|
|
"description": [
|
|
"\nA source containing GeoJSON.\n(See the [Style Specification](https://maplibre.org/maplibre-style-spec/#sources-geojson) for detailed documentation of options.)\n"
|
|
],
|
|
"signature": [
|
|
"GeoJSONSource",
|
|
" extends ",
|
|
"Evented",
|
|
" implements ",
|
|
"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?: ",
|
|
"Options",
|
|
" | undefined; superclusterOptions?: supercluster.Options<any, any> | undefined; clusterProperties?: supercluster.ClusterProperties | undefined; filter?: unknown[] | undefined; promoteId?: string | undefined; 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": [
|
|
"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": [
|
|
"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.load",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "load",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<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: ",
|
|
"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": [
|
|
"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": []
|
|
},
|
|
{
|
|
"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: ",
|
|
"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": [
|
|
"GeoJSONSourceDiff"
|
|
],
|
|
"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.getData",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getData",
|
|
"description": [
|
|
"\nAllows to get the source's actual GeoJSON data.\n"
|
|
],
|
|
"signature": [
|
|
"() => Promise<GeoJSON.GeoJSON>"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [
|
|
"a promise which resolves to the source's actual GeoJSON data"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.GeoJSONSource.getBounds",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getBounds",
|
|
"description": [
|
|
"\nAllows getting the source's boundaries.\nIf there's a problem with the source's data, it will return an empty {@link LngLatBounds}."
|
|
],
|
|
"signature": [
|
|
"() => Promise<",
|
|
"LngLatBounds",
|
|
">"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [
|
|
"a promise which resolves to the source's boundaries"
|
|
]
|
|
},
|
|
{
|
|
"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: ",
|
|
"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": [
|
|
"SetClusterOptions"
|
|
],
|
|
"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.getClusterExpansionZoom",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getClusterExpansionZoom",
|
|
"description": [
|
|
"\nFor clustered sources, fetches the zoom at which the given cluster expands.\n"
|
|
],
|
|
"signature": [
|
|
"(clusterId: number) => Promise<number>"
|
|
],
|
|
"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
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"a promise that is resolved with the zoom number"
|
|
]
|
|
},
|
|
{
|
|
"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) => Promise<GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>[]>"
|
|
],
|
|
"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
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"a promise that is resolved when the features are retrieved"
|
|
]
|
|
},
|
|
{
|
|
"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) => Promise<GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>[]>"
|
|
],
|
|
"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
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"a promise that is resolved when the features are retrieved"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.GeoJSONSource._updateWorkerData",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "_updateWorkerData",
|
|
"description": [
|
|
"\nResponsible for invoking WorkerSource's geojson.loadData target, which\nhandles loading the geojson data and preparing to serve it up as tiles,\nusing geojson-vt or supercluster as appropriate."
|
|
],
|
|
"signature": [
|
|
"(diff?: ",
|
|
"GeoJSONSourceDiff",
|
|
" | undefined) => Promise<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": [
|
|
"- the diff object"
|
|
],
|
|
"signature": [
|
|
"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: Tile) => Promise<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": [
|
|
"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.abortTile",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "abortTile",
|
|
"description": [],
|
|
"signature": [
|
|
"(tile: Tile) => Promise<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": [
|
|
"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: Tile) => Promise<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": [
|
|
"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": [
|
|
"() => ",
|
|
"GeoJSONSourceSpecification"
|
|
],
|
|
"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": [
|
|
"group",
|
|
"see",
|
|
"see",
|
|
"see"
|
|
],
|
|
"label": "LngLat",
|
|
"description": [
|
|
"\nA `LngLat` object represents a given longitude and latitude coordinate, measured in degrees.\nThese coordinates are based on the [WGS84 (EPSG:4326) standard](https://en.wikipedia.org/wiki/World_Geodetic_System#WGS84).\n\nMapLibre GL JS uses longitude, latitude coordinate order (as opposed to latitude, longitude) to match the\n[GeoJSON specification](https://tools.ietf.org/html/rfc7946).\n\nNote that any MapLibre GL JS method that accepts a `LngLat` object as an argument or option\ncan also accept an `Array` of two numbers and will perform an implicit conversion.\nThis flexible type is documented as {@link LngLatLike}.\n"
|
|
],
|
|
"signature": [
|
|
"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": [
|
|
"\nLongitude, measured in degrees."
|
|
],
|
|
"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": [
|
|
"\nLatitude, measured in degrees."
|
|
],
|
|
"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": [
|
|
"- Longitude, measured in degrees."
|
|
],
|
|
"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": [
|
|
"- Latitude, measured in degrees."
|
|
],
|
|
"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": [
|
|
"() => ",
|
|
"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: ",
|
|
"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": [
|
|
"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: ",
|
|
"LngLatLike",
|
|
") => ",
|
|
"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": [
|
|
"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": [
|
|
"group"
|
|
],
|
|
"label": "LngLatBounds",
|
|
"description": [
|
|
"\nA `LngLatBounds` object represents a geographical bounding box,\ndefined by its southwest and northeast points in longitude and latitude.\n\nIf no arguments are provided to the constructor, a `null` bounding box is created.\n\nNote that any Mapbox GL method that accepts a `LngLatBounds` object as an argument or option\ncan also accept an `Array` of two {@link LngLatLike} constructs and will perform an implicit conversion.\nThis flexible type is documented as {@link LngLatBoundsLike}.\n"
|
|
],
|
|
"signature": [
|
|
"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": [
|
|
"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": [
|
|
"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] | ",
|
|
"LngLatLike",
|
|
" | [",
|
|
"LngLatLike",
|
|
", ",
|
|
"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": [
|
|
"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: ",
|
|
"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": [
|
|
"LngLatLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"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: ",
|
|
"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": [
|
|
"LngLatLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"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: ",
|
|
"LngLatBoundsLike",
|
|
" | ",
|
|
"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.extend.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "obj",
|
|
"description": [
|
|
"- object to extend to"
|
|
],
|
|
"signature": [
|
|
"LngLatBoundsLike",
|
|
" | ",
|
|
"LngLatLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"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": [
|
|
"() => ",
|
|
"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": [
|
|
"() => ",
|
|
"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": [
|
|
"() => ",
|
|
"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": [
|
|
"() => ",
|
|
"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": [
|
|
"() => ",
|
|
"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: ",
|
|
"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": [
|
|
"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: ",
|
|
"LngLatBoundsLike",
|
|
" | null) => ",
|
|
"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": [
|
|
"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: ",
|
|
"LngLat",
|
|
", radius?: number | undefined) => ",
|
|
"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": [
|
|
"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`."
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.LngLatBounds.adjustAntiMeridian",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "adjustAntiMeridian",
|
|
"description": [
|
|
"\nAdjusts the given bounds to handle the case where the bounds cross the 180th meridian (antimeridian).\n"
|
|
],
|
|
"signature": [
|
|
"() => ",
|
|
"LngLatBounds"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [
|
|
"The adjusted LngLatBounds"
|
|
]
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1",
|
|
"type": "Class",
|
|
"tags": [
|
|
"group",
|
|
"see"
|
|
],
|
|
"label": "Map$1",
|
|
"description": [
|
|
"\nThe `Map` object represents the map on your page. It exposes methods\nand properties that enable you to programmatically change the map,\nand fires events as users interact with it.\n\nYou create a `Map` by specifying a `container` and other options, see {@link MapOptions} for the full list.\nThen MapLibre GL JS initializes the map on the page and returns your `Map` object.\n"
|
|
],
|
|
"signature": [
|
|
"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$1.style",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "style",
|
|
"description": [],
|
|
"signature": [
|
|
"Style"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.painter",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "painter",
|
|
"description": [],
|
|
"signature": [
|
|
"Painter"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.handlers",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "handlers",
|
|
"description": [],
|
|
"signature": [
|
|
"HandlerManager"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._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$1._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$1._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$1._controlPositions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "_controlPositions",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: HTMLElement; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._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$1._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$1._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$1._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$1._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$1._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$1._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$1._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$1._maxTileCacheSize",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "_maxTileCacheSize",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._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$1._frameRequest",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "_frameRequest",
|
|
"description": [],
|
|
"signature": [
|
|
"AbortController"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._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$1._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$1._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$1._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$1._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$1._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$1._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$1._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$1._canvasContextAttributes",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "_canvasContextAttributes",
|
|
"description": [],
|
|
"signature": [
|
|
"WebGLContextAttributes & { contextType?: ",
|
|
"WebGLSupportedVersions",
|
|
"; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._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$1._hash",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "_hash",
|
|
"description": [],
|
|
"signature": [
|
|
"Hash"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._delegatedListeners",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "_delegatedListeners",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: ",
|
|
"DelegatedListener",
|
|
"[]; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._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$1._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$1._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$1._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$1._renderTaskQueue",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "_renderTaskQueue",
|
|
"description": [],
|
|
"signature": [
|
|
"TaskQueue"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._controls",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "_controls",
|
|
"description": [],
|
|
"signature": [
|
|
"IControl",
|
|
"[]"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._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$1._localIdeographFontFamily",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "_localIdeographFontFamily",
|
|
"description": [],
|
|
"signature": [
|
|
"string | false"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._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$1._requestManager",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "_requestManager",
|
|
"description": [],
|
|
"signature": [
|
|
"RequestManager"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._locale",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "_locale",
|
|
"description": [],
|
|
"signature": [
|
|
"{ \"AttributionControl.ToggleAttribution\": string; \"AttributionControl.MapFeedback\": string; \"FullscreenControl.Enter\": string; \"FullscreenControl.Exit\": string; \"GeolocateControl.FindMyLocation\": string; \"GeolocateControl.LocationNotAvailable\": string; \"LogoControl.Title\": string; \"Map.Title\": string; \"Marker.Title\": string; \"NavigationControl.ResetBearing\": string; \"NavigationControl.ZoomIn\": string; \"NavigationControl.ZoomOut\": string; \"Popup.Close\": string; \"ScaleControl.Feet\": string; \"ScaleControl.Meters\": string; \"ScaleControl.Kilometers\": string; \"ScaleControl.Miles\": string; \"ScaleControl.NauticalMiles\": string; \"GlobeControl.Enable\": string; \"GlobeControl.Disable\": string; \"TerrainControl.Enable\": string; \"TerrainControl.Disable\": string; \"CooperativeGesturesHandler.WindowsHelpText\": string; \"CooperativeGesturesHandler.MacHelpText\": string; \"CooperativeGesturesHandler.MobileHelpText\": string; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._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$1._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$1._overridePixelRatio",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "_overridePixelRatio",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._maxCanvasSize",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "_maxCanvasSize",
|
|
"description": [],
|
|
"signature": [
|
|
"[number, number]"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._terrainDataCallback",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "_terrainDataCallback",
|
|
"description": [],
|
|
"signature": [
|
|
"(e: ",
|
|
"MapStyleDataEvent",
|
|
" | ",
|
|
"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$1._terrainDataCallback.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "e",
|
|
"description": [],
|
|
"signature": [
|
|
"MapStyleDataEvent",
|
|
" | ",
|
|
"MapSourceDataEvent"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": [
|
|
"ScrollZoomHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": [
|
|
"BoxZoomHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": [
|
|
"DragRotateHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": [
|
|
"DragPanHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": [
|
|
"KeyboardHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": [
|
|
"DoubleClickZoomHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": [
|
|
"TwoFingersTouchZoomRotateHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": [
|
|
"TwoFingersTouchPitchHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.cooperativeGestures",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "cooperativeGestures",
|
|
"description": [
|
|
"\nThe map's {@link CooperativeGesturesHandler}, which allows the user to see cooperative gesture info when user tries to zoom in/out.\nFind more details and examples using `cooperativeGestures` in the {@link CooperativeGesturesHandler} section."
|
|
],
|
|
"signature": [
|
|
"CooperativeGesturesHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.cancelPendingTileRequestsWhileZooming",
|
|
"type": "boolean",
|
|
"tags": [
|
|
"defaultValue"
|
|
],
|
|
"label": "cancelPendingTileRequestsWhileZooming",
|
|
"description": [
|
|
"\nThe map's property which determines whether to cancel, or retain, tiles from the current viewport which are still loading but which belong to a farther (smaller) zoom level than the current one.\n* If `true`, when zooming in, tiles which didn't manage to load for previous zoom levels will become canceled. This might save some computing resources for slower devices, but the map details might appear more abruptly at the end of the zoom.\n* If `false`, when zooming in, the previous zoom level(s) tiles will progressively appear, giving a smoother map details experience. However, more tiles will be rendered in a short period of time."
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"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$1.addControl",
|
|
"type": "Function",
|
|
"tags": [
|
|
"see"
|
|
],
|
|
"label": "addControl",
|
|
"description": [
|
|
"\nAdds an {@link IControl} to the map, calling `control.onAdd(this)`.\n\nAn {@link ErrorEvent} will be fired if the image parameter is invalid.\n"
|
|
],
|
|
"signature": [
|
|
"(control: ",
|
|
"IControl",
|
|
", position?: ",
|
|
"ControlPosition",
|
|
" | undefined) => ",
|
|
"Map"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.addControl.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "control",
|
|
"description": [
|
|
"- The {@link IControl } to add."
|
|
],
|
|
"signature": [
|
|
"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$1.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": [
|
|
"ControlPosition",
|
|
" | 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$1.removeControl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "removeControl",
|
|
"description": [
|
|
"\nRemoves the control from the map.\n\nAn {@link ErrorEvent} will be fired if the image parameter is invalid.\n"
|
|
],
|
|
"signature": [
|
|
"(control: ",
|
|
"IControl",
|
|
") => ",
|
|
"Map"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.removeControl.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "control",
|
|
"description": [
|
|
"- The {@link IControl } to remove."
|
|
],
|
|
"signature": [
|
|
"IControl"
|
|
],
|
|
"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$1.hasControl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasControl",
|
|
"description": [
|
|
"\nChecks if a control exists on the map.\n"
|
|
],
|
|
"signature": [
|
|
"(control: ",
|
|
"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$1.hasControl.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "control",
|
|
"description": [
|
|
"- The {@link IControl } to check."
|
|
],
|
|
"signature": [
|
|
"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$1.calculateCameraOptionsFromTo",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "calculateCameraOptionsFromTo",
|
|
"description": [],
|
|
"signature": [
|
|
"(from: ",
|
|
"LngLat",
|
|
", altitudeFrom: number, to: ",
|
|
"LngLat",
|
|
", altitudeTo?: number | undefined) => ",
|
|
"CameraOptions"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.calculateCameraOptionsFromTo.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "from",
|
|
"description": [],
|
|
"signature": [
|
|
"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$1.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$1.calculateCameraOptionsFromTo.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "to",
|
|
"description": [],
|
|
"signature": [
|
|
"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$1.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$1.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\nTriggers the following events: `movestart`, `move`, `moveend`, and `resize`.\n"
|
|
],
|
|
"signature": [
|
|
"(eventData?: any, constrainTransform?: boolean | undefined) => ",
|
|
"Map"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.resize.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "constrainTransform",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | 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$1._resizeTransform",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "_resizeTransform",
|
|
"description": [],
|
|
"signature": [
|
|
"(constrainTransform?: boolean | 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$1._resizeTransform.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "constrainTransform",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | 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$1.getPixelRatio",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getPixelRatio",
|
|
"description": [
|
|
"\nReturns the map's pixel ratio.\nNote that the pixel ratio actually applied may be lower to respect maxCanvasSize."
|
|
],
|
|
"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$1.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`.\nSet this to null to disable `devicePixelRatio` override.\nNote that the pixel ratio actually applied may be lower to respect maxCanvasSize."
|
|
],
|
|
"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$1.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$1.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": [
|
|
"() => ",
|
|
"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$1.getMaxBounds",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getMaxBounds",
|
|
"description": [
|
|
"\nReturns the maximum geographical bounds the map is constrained to, or `null` if none set."
|
|
],
|
|
"signature": [
|
|
"() => ",
|
|
"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$1.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?: ",
|
|
"LngLatBoundsLike",
|
|
" | null | undefined) => ",
|
|
"Map"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": [
|
|
"LngLatBoundsLike",
|
|
" | null | 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$1.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\nA {@link ErrorEvent} event will be fired if minZoom is out of bounds.\n"
|
|
],
|
|
"signature": [
|
|
"(minZoom?: number | null | undefined) => ",
|
|
"Map"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.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\nA {@link ErrorEvent} event will be fired if minZoom is out of bounds.\n"
|
|
],
|
|
"signature": [
|
|
"(maxZoom?: number | null | undefined) => ",
|
|
"Map"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": [
|
|
"The maxZoom"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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\nA {@link ErrorEvent} event will be fired if minPitch is out of bounds.\n"
|
|
],
|
|
"signature": [
|
|
"(minPitch?: number | null | undefined) => ",
|
|
"Map"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.setMinPitch.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "minPitch",
|
|
"description": [
|
|
"- The minimum pitch to set (0-180). 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": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": [
|
|
"The minPitch"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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\nA {@link ErrorEvent} event will be fired if maxPitch is out of bounds.\n"
|
|
],
|
|
"signature": [
|
|
"(maxPitch?: number | null | undefined) => ",
|
|
"Map"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.setMaxPitch.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "maxPitch",
|
|
"description": [
|
|
"- The maximum pitch to set (0-180). 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": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": [
|
|
"The maxPitch"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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\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": [
|
|
"The renderWorldCopies"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.setRenderWorldCopies",
|
|
"type": "Function",
|
|
"tags": [
|
|
"see"
|
|
],
|
|
"label": "setRenderWorldCopies",
|
|
"description": [
|
|
"\nSets the state of `renderWorldCopies`.\n"
|
|
],
|
|
"signature": [
|
|
"(renderWorldCopies?: boolean | null | undefined) => ",
|
|
"Map"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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\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": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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: ",
|
|
"LngLatLike",
|
|
") => ",
|
|
"node_modules/maplibre-gl/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$1.project.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "lnglat",
|
|
"description": [
|
|
"- The geographical location to project."
|
|
],
|
|
"signature": [
|
|
"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$1.unproject",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "unproject",
|
|
"description": [
|
|
"\nReturns a {@link LngLat} representing geographical coordinates that correspond\nto the specified pixel coordinates.\n"
|
|
],
|
|
"signature": [
|
|
"(point: ",
|
|
"PointLike",
|
|
") => ",
|
|
"LngLat"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.unproject.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "point",
|
|
"description": [
|
|
"- The pixel coordinates to unproject."
|
|
],
|
|
"signature": [
|
|
"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$1.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$1.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$1.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$1._createDelegatedListener",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "_createDelegatedListener",
|
|
"description": [],
|
|
"signature": [
|
|
"(type: string, layerIds: string[], listener: ",
|
|
"Listener",
|
|
") => ",
|
|
"DelegatedListener"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._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$1._createDelegatedListener.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "layerIds",
|
|
"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$1._createDelegatedListener.$3",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [],
|
|
"signature": [
|
|
"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$1._saveDelegatedListener",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "_saveDelegatedListener",
|
|
"description": [],
|
|
"signature": [
|
|
"(type: string, delegatedListener: ",
|
|
"DelegatedListener",
|
|
") => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._saveDelegatedListener.$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$1._saveDelegatedListener.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "delegatedListener",
|
|
"description": [],
|
|
"signature": [
|
|
"DelegatedListener"
|
|
],
|
|
"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$1._removeDelegatedListener",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "_removeDelegatedListener",
|
|
"description": [],
|
|
"signature": [
|
|
"(type: string, layerIds: string[], listener: ",
|
|
"Listener",
|
|
") => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._removeDelegatedListener.$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$1._removeDelegatedListener.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "layerIds",
|
|
"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$1._removeDelegatedListener.$3",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [],
|
|
"signature": [
|
|
"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$1.on",
|
|
"type": "Function",
|
|
"tags": [
|
|
"event",
|
|
"see",
|
|
"see",
|
|
"see",
|
|
"see"
|
|
],
|
|
"label": "on",
|
|
"description": [],
|
|
"signature": [
|
|
"{ <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layer: string, listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): ",
|
|
"Subscription",
|
|
"; <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layerIds: string[], listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): ",
|
|
"Subscription",
|
|
"; <T extends keyof ",
|
|
"MapEventType",
|
|
">(type: T, listener: (ev: ",
|
|
"MapEventType",
|
|
"[T] & Object) => void): ",
|
|
"Subscription",
|
|
"; (type: string, listener: ",
|
|
"Listener",
|
|
"): ",
|
|
"Subscription",
|
|
"; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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."
|
|
],
|
|
"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$1.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 `layer` is not supplied, the event will not have a `features` property.\nPlease note that many event types are not compatible with the optional `layer` 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$1.on.$3",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [
|
|
"- The function to be called when the event is fired."
|
|
],
|
|
"signature": [
|
|
"(ev: ",
|
|
"MapLayerEventType",
|
|
"[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$1.on",
|
|
"type": "Function",
|
|
"tags": [
|
|
"event"
|
|
],
|
|
"label": "on",
|
|
"description": [
|
|
"\nOverload of the `on` method that allows to listen to events specifying multiple layers."
|
|
],
|
|
"signature": [
|
|
"{ <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layer: string, listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): ",
|
|
"Subscription",
|
|
"; <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layerIds: string[], listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): ",
|
|
"Subscription",
|
|
"; <T extends keyof ",
|
|
"MapEventType",
|
|
">(type: T, listener: (ev: ",
|
|
"MapEventType",
|
|
"[T] & Object) => void): ",
|
|
"Subscription",
|
|
"; (type: string, listener: ",
|
|
"Listener",
|
|
"): ",
|
|
"Subscription",
|
|
"; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.on.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
"- The type of the event."
|
|
],
|
|
"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$1.on.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "layerIds",
|
|
"description": [
|
|
"- The array of style layer IDs."
|
|
],
|
|
"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$1.on.$3",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [
|
|
"- The listener callback."
|
|
],
|
|
"signature": [
|
|
"(ev: ",
|
|
"MapLayerEventType",
|
|
"[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$1.on",
|
|
"type": "Function",
|
|
"tags": [
|
|
"event"
|
|
],
|
|
"label": "on",
|
|
"description": [
|
|
"\nOverload of the `on` method that allows to listen to events without specifying a layer."
|
|
],
|
|
"signature": [
|
|
"{ <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layer: string, listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): ",
|
|
"Subscription",
|
|
"; <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layerIds: string[], listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): ",
|
|
"Subscription",
|
|
"; <T extends keyof ",
|
|
"MapEventType",
|
|
">(type: T, listener: (ev: ",
|
|
"MapEventType",
|
|
"[T] & Object) => void): ",
|
|
"Subscription",
|
|
"; (type: string, listener: ",
|
|
"Listener",
|
|
"): ",
|
|
"Subscription",
|
|
"; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.on.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
"- The type of the event."
|
|
],
|
|
"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$1.on.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [
|
|
"- The listener callback."
|
|
],
|
|
"signature": [
|
|
"(ev: ",
|
|
"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$1.on",
|
|
"type": "Function",
|
|
"tags": [
|
|
"event"
|
|
],
|
|
"label": "on",
|
|
"description": [
|
|
"\nOverload of the `on` method that allows to listen to events without specifying a layer."
|
|
],
|
|
"signature": [
|
|
"{ <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layer: string, listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): ",
|
|
"Subscription",
|
|
"; <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layerIds: string[], listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): ",
|
|
"Subscription",
|
|
"; <T extends keyof ",
|
|
"MapEventType",
|
|
">(type: T, listener: (ev: ",
|
|
"MapEventType",
|
|
"[T] & Object) => void): ",
|
|
"Subscription",
|
|
"; (type: string, listener: ",
|
|
"Listener",
|
|
"): ",
|
|
"Subscription",
|
|
"; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.on.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
"- The type of the event."
|
|
],
|
|
"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$1.on.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [
|
|
"- The listener callback."
|
|
],
|
|
"signature": [
|
|
"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$1.once",
|
|
"type": "Function",
|
|
"tags": [
|
|
"event"
|
|
],
|
|
"label": "once",
|
|
"description": [
|
|
"\nAdds a listener that will be called only once to a specified event type, optionally limited to features in a specified style layer.\n"
|
|
],
|
|
"signature": [
|
|
"{ <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layer: string, listener?: ((ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void) | undefined): this | Promise<",
|
|
"MapLayerEventType",
|
|
"[T] & Object>; <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layerIds: string[], listener?: ((ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void) | undefined): Promise<any> | this; <T extends keyof ",
|
|
"MapEventType",
|
|
">(type: T, listener?: ((ev: ",
|
|
"MapEventType",
|
|
"[T] & Object) => void) | undefined): Promise<any> | this; (type: string, listener?: ",
|
|
"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$1.once.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
"- The event type to listen for; one of `'mousedown'`, `'mouseup'`, `'click'`, `'dblclick'`,\n`'mousemove'`, `'mouseenter'`, `'mouseleave'`, `'mouseover'`, `'mouseout'`, `'contextmenu'`, `'touchstart'`,\n`'touchend'`, or `'touchcancel'`. `mouseenter` and `mouseover` events are triggered when the cursor enters\na visible portion of the specified layer from outside that layer or outside the map canvas. `mouseleave`\nand `mouseout` events are triggered when the cursor leaves a visible portion of the specified layer, or leaves\nthe map canvas."
|
|
],
|
|
"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$1.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$1.once.$3",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [
|
|
"- The function to be called when the event is fired."
|
|
],
|
|
"signature": [
|
|
"((ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void) | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`this` if listener is provided, promise otherwise to allow easier usage of async/await"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.once",
|
|
"type": "Function",
|
|
"tags": [
|
|
"event"
|
|
],
|
|
"label": "once",
|
|
"description": [
|
|
"\nOverload of the `once` method that allows to listen to events specifying multiple layers."
|
|
],
|
|
"signature": [
|
|
"{ <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layer: string, listener?: ((ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void) | undefined): this | Promise<",
|
|
"MapLayerEventType",
|
|
"[T] & Object>; <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layerIds: string[], listener?: ((ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void) | undefined): Promise<any> | this; <T extends keyof ",
|
|
"MapEventType",
|
|
">(type: T, listener?: ((ev: ",
|
|
"MapEventType",
|
|
"[T] & Object) => void) | undefined): Promise<any> | this; (type: string, listener?: ",
|
|
"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$1.once.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
"- The type of the event."
|
|
],
|
|
"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$1.once.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "layerIds",
|
|
"description": [
|
|
"- The array of style layer IDs."
|
|
],
|
|
"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$1.once.$3",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [
|
|
"- The listener callback."
|
|
],
|
|
"signature": [
|
|
"((ev: ",
|
|
"MapLayerEventType",
|
|
"[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$1.once",
|
|
"type": "Function",
|
|
"tags": [
|
|
"event"
|
|
],
|
|
"label": "once",
|
|
"description": [
|
|
"\nOverload of the `once` method that allows to listen to events without specifying a layer."
|
|
],
|
|
"signature": [
|
|
"{ <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layer: string, listener?: ((ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void) | undefined): this | Promise<",
|
|
"MapLayerEventType",
|
|
"[T] & Object>; <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layerIds: string[], listener?: ((ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void) | undefined): Promise<any> | this; <T extends keyof ",
|
|
"MapEventType",
|
|
">(type: T, listener?: ((ev: ",
|
|
"MapEventType",
|
|
"[T] & Object) => void) | undefined): Promise<any> | this; (type: string, listener?: ",
|
|
"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$1.once.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
"- The type of the event."
|
|
],
|
|
"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$1.once.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [
|
|
"- The listener callback."
|
|
],
|
|
"signature": [
|
|
"((ev: ",
|
|
"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$1.once",
|
|
"type": "Function",
|
|
"tags": [
|
|
"event"
|
|
],
|
|
"label": "once",
|
|
"description": [
|
|
"\nOverload of the `once` method that allows to listen to events without specifying a layer."
|
|
],
|
|
"signature": [
|
|
"{ <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layer: string, listener?: ((ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void) | undefined): this | Promise<",
|
|
"MapLayerEventType",
|
|
"[T] & Object>; <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layerIds: string[], listener?: ((ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void) | undefined): Promise<any> | this; <T extends keyof ",
|
|
"MapEventType",
|
|
">(type: T, listener?: ((ev: ",
|
|
"MapEventType",
|
|
"[T] & Object) => void) | undefined): Promise<any> | this; (type: string, listener?: ",
|
|
"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$1.once.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
"- The type of the event."
|
|
],
|
|
"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$1.once.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [
|
|
"- The listener callback."
|
|
],
|
|
"signature": [
|
|
"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$1.off",
|
|
"type": "Function",
|
|
"tags": [
|
|
"event"
|
|
],
|
|
"label": "off",
|
|
"description": [
|
|
"\nRemoves an event listener for events previously added with `Map#on`.\n"
|
|
],
|
|
"signature": [
|
|
"{ <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layer: string, listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): this; <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layers: string[], listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): this; <T extends keyof ",
|
|
"MapEventType",
|
|
">(type: T, listener: (ev: ",
|
|
"MapEventType",
|
|
"[T] & Object) => void): this; (type: string, listener: ",
|
|
"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$1.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$1.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$1.off.$3",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [
|
|
"- The function previously installed as a listener."
|
|
],
|
|
"signature": [
|
|
"(ev: ",
|
|
"MapLayerEventType",
|
|
"[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$1.off",
|
|
"type": "Function",
|
|
"tags": [
|
|
"event"
|
|
],
|
|
"label": "off",
|
|
"description": [
|
|
"\nOverload of the `off` method that allows to remove an event created with multiple layers.\nProvide the same layer IDs as to `on` or `once`, when the listener was registered."
|
|
],
|
|
"signature": [
|
|
"{ <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layer: string, listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): this; <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layers: string[], listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): this; <T extends keyof ",
|
|
"MapEventType",
|
|
">(type: T, listener: (ev: ",
|
|
"MapEventType",
|
|
"[T] & Object) => void): this; (type: string, listener: ",
|
|
"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$1.off.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
"- The type of the event."
|
|
],
|
|
"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$1.off.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "layers",
|
|
"description": [
|
|
"- The layer IDs 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$1.off.$3",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [
|
|
"- The function previously installed as a listener."
|
|
],
|
|
"signature": [
|
|
"(ev: ",
|
|
"MapLayerEventType",
|
|
"[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$1.off",
|
|
"type": "Function",
|
|
"tags": [
|
|
"event"
|
|
],
|
|
"label": "off",
|
|
"description": [
|
|
"\nOverload of the `off` method that allows to remove an event created without specifying a layer."
|
|
],
|
|
"signature": [
|
|
"{ <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layer: string, listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): this; <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layers: string[], listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): this; <T extends keyof ",
|
|
"MapEventType",
|
|
">(type: T, listener: (ev: ",
|
|
"MapEventType",
|
|
"[T] & Object) => void): this; (type: string, listener: ",
|
|
"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$1.off.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
"- The type of the event."
|
|
],
|
|
"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$1.off.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [
|
|
"- The function previously installed as a listener."
|
|
],
|
|
"signature": [
|
|
"(ev: ",
|
|
"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$1.off",
|
|
"type": "Function",
|
|
"tags": [
|
|
"event"
|
|
],
|
|
"label": "off",
|
|
"description": [
|
|
"\nOverload of the `off` method that allows to remove an event created without specifying a layer."
|
|
],
|
|
"signature": [
|
|
"{ <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layer: string, listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): this; <T extends keyof ",
|
|
"MapLayerEventType",
|
|
">(type: T, layers: string[], listener: (ev: ",
|
|
"MapLayerEventType",
|
|
"[T] & Object) => void): this; <T extends keyof ",
|
|
"MapEventType",
|
|
">(type: T, listener: (ev: ",
|
|
"MapEventType",
|
|
"[T] & Object) => void): this; (type: string, listener: ",
|
|
"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$1.off.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
"- The type of the event."
|
|
],
|
|
"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$1.off.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [
|
|
"- The function previously installed as a listener."
|
|
],
|
|
"signature": [
|
|
"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$1.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?: ",
|
|
"PointLike",
|
|
" | [",
|
|
"PointLike",
|
|
", ",
|
|
"PointLike",
|
|
"] | ",
|
|
"QueryRenderedFeaturesOptions",
|
|
" | undefined, options?: ",
|
|
"QueryRenderedFeaturesOptions",
|
|
" | undefined) => ",
|
|
"MapGeoJSONFeature",
|
|
"[]"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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 {@link QueryRenderedFeaturesOptions } only to support a situation where the function receives only one parameter which is the options parameter."
|
|
],
|
|
"signature": [
|
|
"PointLike",
|
|
" | [",
|
|
"PointLike",
|
|
", ",
|
|
"PointLike",
|
|
"] | ",
|
|
"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$1.queryRenderedFeatures.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [
|
|
"- (optional) Options object."
|
|
],
|
|
"signature": [
|
|
"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$1.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?: ",
|
|
"QuerySourceFeatureOptions",
|
|
" | null | undefined) => ",
|
|
"GeoJSONFeature",
|
|
"[]"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.querySourceFeatures.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "parameters",
|
|
"description": [
|
|
"- The options object."
|
|
],
|
|
"signature": [
|
|
"QuerySourceFeatureOptions",
|
|
" | 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$1.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 | ",
|
|
"StyleSpecification",
|
|
" | null, options?: (",
|
|
"StyleSwapOptions",
|
|
" & ",
|
|
"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$1.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 | ",
|
|
"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$1.setStyle.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [
|
|
"- The options object."
|
|
],
|
|
"signature": [
|
|
"(",
|
|
"StyleSwapOptions",
|
|
" & ",
|
|
"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$1.setTransformRequest",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setTransformRequest",
|
|
"description": [
|
|
"\n Updates the requestManager's transform request with a new function\n"
|
|
],
|
|
"signature": [
|
|
"(transformRequest: ",
|
|
"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$1.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": [
|
|
"RequestTransformFunction"
|
|
],
|
|
"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$1._getUIString",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "_getUIString",
|
|
"description": [],
|
|
"signature": [
|
|
"(key: \"AttributionControl.ToggleAttribution\" | \"AttributionControl.MapFeedback\" | \"FullscreenControl.Enter\" | \"FullscreenControl.Exit\" | \"GeolocateControl.FindMyLocation\" | \"GeolocateControl.LocationNotAvailable\" | \"LogoControl.Title\" | \"Map.Title\" | \"Marker.Title\" | \"NavigationControl.ResetBearing\" | \"NavigationControl.ZoomIn\" | \"NavigationControl.ZoomOut\" | \"Popup.Close\" | \"ScaleControl.Feet\" | \"ScaleControl.Meters\" | \"ScaleControl.Kilometers\" | \"ScaleControl.Miles\" | \"ScaleControl.NauticalMiles\" | \"GlobeControl.Enable\" | \"GlobeControl.Disable\" | \"TerrainControl.Enable\" | \"TerrainControl.Disable\" | \"CooperativeGesturesHandler.WindowsHelpText\" | \"CooperativeGesturesHandler.MacHelpText\" | \"CooperativeGesturesHandler.MobileHelpText\") => string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._getUIString.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"\"AttributionControl.ToggleAttribution\" | \"AttributionControl.MapFeedback\" | \"FullscreenControl.Enter\" | \"FullscreenControl.Exit\" | \"GeolocateControl.FindMyLocation\" | \"GeolocateControl.LocationNotAvailable\" | \"LogoControl.Title\" | \"Map.Title\" | \"Marker.Title\" | \"NavigationControl.ResetBearing\" | \"NavigationControl.ZoomIn\" | \"NavigationControl.ZoomOut\" | \"Popup.Close\" | \"ScaleControl.Feet\" | \"ScaleControl.Meters\" | \"ScaleControl.Kilometers\" | \"ScaleControl.Miles\" | \"ScaleControl.NauticalMiles\" | \"GlobeControl.Enable\" | \"GlobeControl.Disable\" | \"TerrainControl.Enable\" | \"TerrainControl.Disable\" | \"CooperativeGesturesHandler.WindowsHelpText\" | \"CooperativeGesturesHandler.MacHelpText\" | \"CooperativeGesturesHandler.MobileHelpText\""
|
|
],
|
|
"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$1._updateStyle",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "_updateStyle",
|
|
"description": [],
|
|
"signature": [
|
|
"(style: string | ",
|
|
"StyleSpecification",
|
|
" | null, options?: (",
|
|
"StyleSwapOptions",
|
|
" & ",
|
|
"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$1._updateStyle.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "style",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
"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$1._updateStyle.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"(",
|
|
"StyleSwapOptions",
|
|
" & ",
|
|
"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$1._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$1._diffStyle",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "_diffStyle",
|
|
"description": [],
|
|
"signature": [
|
|
"(style: string | ",
|
|
"StyleSpecification",
|
|
", options?: (",
|
|
"StyleSwapOptions",
|
|
" & ",
|
|
"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$1._diffStyle.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "style",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
"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$1._diffStyle.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"(",
|
|
"StyleSwapOptions",
|
|
" & ",
|
|
"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$1._updateDiff",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "_updateDiff",
|
|
"description": [],
|
|
"signature": [
|
|
"(style: ",
|
|
"StyleSpecification",
|
|
", options?: (",
|
|
"StyleSwapOptions",
|
|
" & ",
|
|
"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$1._updateDiff.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "style",
|
|
"description": [],
|
|
"signature": [
|
|
"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$1._updateDiff.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"(",
|
|
"StyleSwapOptions",
|
|
" & ",
|
|
"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$1.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": [
|
|
"() => ",
|
|
"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$1.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$1.addSource",
|
|
"type": "Function",
|
|
"tags": [
|
|
"see"
|
|
],
|
|
"label": "addSource",
|
|
"description": [
|
|
"\nAdds a source to the map's style.\n\nEvents triggered:\n\nTriggers the `source.add` event.\n"
|
|
],
|
|
"signature": [
|
|
"(id: string, source: ",
|
|
"SourceSpecification",
|
|
" | ",
|
|
"CanvasSourceSpecification",
|
|
") => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.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 CanvasSourceSpecification }."
|
|
],
|
|
"signature": [
|
|
"SourceSpecification",
|
|
" | ",
|
|
"CanvasSourceSpecification"
|
|
],
|
|
"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$1.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\nA {@link ErrorEvent} event will be fired if there is no source wit the specified ID.\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$1.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$1.setTerrain",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setTerrain",
|
|
"description": [
|
|
"\nLoads a 3D terrain mesh, based on a \"raster-dem\" source.\n\nTriggers the `terrain` event.\n"
|
|
],
|
|
"signature": [
|
|
"(options: ",
|
|
"TerrainSpecification",
|
|
" | null) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.setTerrain.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [
|
|
"- Options object."
|
|
],
|
|
"signature": [
|
|
"TerrainSpecification",
|
|
" | null"
|
|
],
|
|
"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$1.getTerrain",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getTerrain",
|
|
"description": [
|
|
"\nGet the terrain-options if terrain is loaded"
|
|
],
|
|
"signature": [
|
|
"() => ",
|
|
"TerrainSpecification",
|
|
" | null"
|
|
],
|
|
"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$1.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$1.removeSource",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "removeSource",
|
|
"description": [
|
|
"\nRemoves a source from the map's style.\n"
|
|
],
|
|
"signature": [
|
|
"(id: string) => ",
|
|
"Map"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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 classes that derive from {@link Source}.\nFor example, setting the `data` for a GeoJSON source or updating the `url` and `coordinates`\nof an image source.\n"
|
|
],
|
|
"signature": [
|
|
"<TSource extends ",
|
|
"Source",
|
|
">(id: string) => TSource | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.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/layers/#layout-symbol-icon-image),\n[`background-pattern`](https://maplibre.org/maplibre-style-spec/layers/#paint-background-background-pattern),\n[`fill-pattern`](https://maplibre.org/maplibre-style-spec/layers/#paint-fill-fill-pattern),\nor [`line-pattern`](https://maplibre.org/maplibre-style-spec/layers/#paint-line-line-pattern).\n\nA {@link ErrorEvent} event will be fired if the image parameter is invalid or 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; } | ",
|
|
"StyleImageInterface",
|
|
", options?: Partial<",
|
|
"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$1.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$1.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; } | ",
|
|
"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$1.addImage.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [
|
|
"- Options object."
|
|
],
|
|
"signature": [
|
|
"Partial<",
|
|
"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$1.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/layers/#layout-symbol-icon-image),\n[`background-pattern`](https://maplibre.org/maplibre-style-spec/layers/#paint-background-background-pattern),\n[`fill-pattern`](https://maplibre.org/maplibre-style-spec/layers/#paint-fill-fill-pattern),\nor [`line-pattern`](https://maplibre.org/maplibre-style-spec/layers/#paint-line-line-pattern).\n\nAn {@link ErrorEvent} will be fired if the image parameter is invalid.\n"
|
|
],
|
|
"signature": [
|
|
"(id: string, image: HTMLImageElement | ImageBitmap | ImageData | ",
|
|
"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$1.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$1.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 | ",
|
|
"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$1.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) => ",
|
|
"StyleImage"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.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\nAn {@link ErrorEvent} will be fired if the image parameter is invalid.\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$1.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$1.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$1.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$1.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) => Promise<",
|
|
"GetResourceResponse",
|
|
"<HTMLImageElement | ImageBitmap>>"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"a promise that is resolved when the image is loaded"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.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"
|
|
],
|
|
"signature": [
|
|
"(layer: ",
|
|
"AddLayerObject",
|
|
", 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$1.addLayer.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "layer",
|
|
"description": [
|
|
"- The layer to add,\nconforming to either the MapLibre Style Specification's [layer definition](https://maplibre.org/maplibre-style-spec/layers) or,\nless commonly, the {@link CustomLayerInterface } specification. Can also be a layer definition with an embedded source definition.\nThe MapLibre Style Specification's layer definition is appropriate for most layers."
|
|
],
|
|
"signature": [
|
|
"AddLayerObject"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.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$1.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": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.removeLayer",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "removeLayer",
|
|
"description": [
|
|
"\nRemoves the layer with the given ID from the map's style.\n\nAn {@link ErrorEvent} will be fired if the image parameter is invalid.\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$1.removeLayer.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [
|
|
"- The 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$1.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 | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.getLayersOrder",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getLayersOrder",
|
|
"description": [
|
|
"\nReturn the ids of all layers currently in the style, including custom layers, in order.\n"
|
|
],
|
|
"signature": [
|
|
"() => string[]"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [
|
|
"ids of layers, in order"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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/layers/#minzoom)\nand [maximum zoom level](https://maplibre.org/maplibre-style-spec/layers/#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$1.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$1.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$1.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": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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?: ",
|
|
"FilterSpecification",
|
|
" | null | undefined, options?: ",
|
|
"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$1.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$1.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": [
|
|
"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$1.setFilter.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [
|
|
"- Options object."
|
|
],
|
|
"signature": [
|
|
"StyleSetterOptions",
|
|
" | 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$1.getFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFilter",
|
|
"description": [
|
|
"\nReturns the filter applied to the specified style layer.\n"
|
|
],
|
|
"signature": [
|
|
"(layerId: string) => void | ",
|
|
"FilterSpecification"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.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?: ",
|
|
"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$1.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$1.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$1.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/).\nPass `null` to unset the existing value."
|
|
],
|
|
"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$1.setPaintProperty.$4",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [
|
|
"- Options object."
|
|
],
|
|
"signature": [
|
|
"StyleSetterOptions",
|
|
" | 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$1.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$1.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$1.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$1.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?: ",
|
|
"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$1.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$1.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$1.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$1.setLayoutProperty.$4",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [
|
|
"- The options object."
|
|
],
|
|
"signature": [
|
|
"StyleSetterOptions",
|
|
" | 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$1.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$1.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$1.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$1.setGlyphs",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setGlyphs",
|
|
"description": [
|
|
"\nSets the value of the style's glyphs property.\n"
|
|
],
|
|
"signature": [
|
|
"(glyphsUrl: string | null, options?: ",
|
|
"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$1.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$1.setGlyphs.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [
|
|
"- Options object."
|
|
],
|
|
"signature": [
|
|
"StyleSetterOptions",
|
|
" | 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$1.getGlyphs",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getGlyphs",
|
|
"description": [
|
|
"\nReturns the value of the style's glyphs URL\n"
|
|
],
|
|
"signature": [
|
|
"() => string | null"
|
|
],
|
|
"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$1.addSprite",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "addSprite",
|
|
"description": [
|
|
"\nAdds a sprite to the map's style. Fires the `style` event.\n"
|
|
],
|
|
"signature": [
|
|
"(id: string, url: string, options?: ",
|
|
"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$1.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$1.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$1.addSprite.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [
|
|
"- Options object."
|
|
],
|
|
"signature": [
|
|
"StyleSetterOptions",
|
|
" | 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$1.removeSprite",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "removeSprite",
|
|
"description": [
|
|
"\nRemoves the sprite from the map's style. Fires the `style` event.\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$1.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": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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 list of id-url pairs"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.setSprite",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setSprite",
|
|
"description": [
|
|
"\nSets the value of the style's sprite property.\n"
|
|
],
|
|
"signature": [
|
|
"(spriteUrl: string | null, options?: ",
|
|
"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$1.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$1.setSprite.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [
|
|
"- Options object."
|
|
],
|
|
"signature": [
|
|
"StyleSetterOptions",
|
|
" | 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$1.setLight",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setLight",
|
|
"description": [
|
|
"\nSets the any combination of light values.\n"
|
|
],
|
|
"signature": [
|
|
"(light: ",
|
|
"LightSpecification",
|
|
", options?: ",
|
|
"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$1.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": [
|
|
"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$1.setLight.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [
|
|
"- Options object."
|
|
],
|
|
"signature": [
|
|
"StyleSetterOptions",
|
|
" | 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$1.getLight",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getLight",
|
|
"description": [
|
|
"\nReturns the value of the light object.\n"
|
|
],
|
|
"signature": [
|
|
"() => ",
|
|
"LightSpecification"
|
|
],
|
|
"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$1.setSky",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setSky",
|
|
"description": [
|
|
"\nSets the value of style's sky properties.\n"
|
|
],
|
|
"signature": [
|
|
"(sky: ",
|
|
"SkySpecification",
|
|
", options?: ",
|
|
"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$1.setSky.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "sky",
|
|
"description": [
|
|
"- Sky properties to set. Must conform to the [MapLibre Style Specification](https://maplibre.org/maplibre-style-spec/sky/)."
|
|
],
|
|
"signature": [
|
|
"SkySpecification"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.setSky.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [
|
|
"- Options object."
|
|
],
|
|
"signature": [
|
|
"StyleSetterOptions",
|
|
" | 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$1.getSky",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSky",
|
|
"description": [
|
|
"\nReturns the value of the style's sky.\n"
|
|
],
|
|
"signature": [
|
|
"() => ",
|
|
"SkySpecification"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [
|
|
"the sky properties of the style."
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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\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/#promoteid) option at the time the source is defined.\n- For GeoJSON sources, using the [`generateId`](https://maplibre.org/maplibre-style-spec/sources/#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: ",
|
|
"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$1.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": [
|
|
"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$1.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$1.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: ",
|
|
"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$1.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": [
|
|
"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$1.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$1.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: ",
|
|
"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$1.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": [
|
|
"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$1.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$1.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$1.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$1._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$1._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$1._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$1._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$1._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$1._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$1._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$1.migrateProjection",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "migrateProjection",
|
|
"description": [],
|
|
"signature": [
|
|
"(newTransform: ",
|
|
"ITransform",
|
|
", newCameraHelper: ",
|
|
"ICameraHelper",
|
|
") => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.migrateProjection.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "newTransform",
|
|
"description": [],
|
|
"signature": [
|
|
"ITransform"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.migrateProjection.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "newCameraHelper",
|
|
"description": [],
|
|
"signature": [
|
|
"ICameraHelper"
|
|
],
|
|
"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$1._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,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._contextLost.$1",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "event",
|
|
"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$1._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,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._contextRestored.$1",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "event",
|
|
"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$1._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,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1._onMapScroll.$1",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "event",
|
|
"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$1.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$1._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$1._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$1.redraw",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "redraw",
|
|
"description": [
|
|
"\nForce a synchronous redraw of the map."
|
|
],
|
|
"signature": [
|
|
"() => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.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$1._onWindowOnline",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "_onWindowOnline",
|
|
"description": [],
|
|
"signature": [
|
|
"() => 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$1.showTileBoundaries",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"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$1.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$1.showPadding",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "showPadding",
|
|
"description": [
|
|
"\nGets and sets a Boolean indicating whether the map will visualize\nthe padding offsets."
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.showCollisionBoxes",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"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."
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.showOverdrawInspector",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "showOverdrawInspector",
|
|
"description": [
|
|
"\nGets and sets a Boolean indicating whether the map should color-code\neach fragment to show how many times it has been shaded.\nWhite fragments have been shaded 8 or more times.\nBlack fragments have been shaded 0 times.\nThis information is useful for debugging."
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.repaint",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "repaint",
|
|
"description": [
|
|
"\nGets and sets a Boolean indicating whether the map will\ncontinuously repaint. This information is useful for analyzing performance."
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.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$1.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$1.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$1.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$1.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."
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.getProjection",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getProjection",
|
|
"description": [
|
|
"\nGets the {@link ProjectionSpecification}."
|
|
],
|
|
"signature": [
|
|
"() => ",
|
|
"ProjectionSpecification"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [
|
|
"the projection specification."
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.setProjection",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setProjection",
|
|
"description": [
|
|
"\nSets the {@link ProjectionSpecification}."
|
|
],
|
|
"signature": [
|
|
"(projection: ",
|
|
"ProjectionSpecification",
|
|
") => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Map$1.setProjection.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "projection",
|
|
"description": [
|
|
"- the projection specification to set"
|
|
],
|
|
"signature": [
|
|
"ProjectionSpecification"
|
|
],
|
|
"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.MapMouseEvent",
|
|
"type": "Class",
|
|
"tags": [
|
|
"group"
|
|
],
|
|
"label": "MapMouseEvent",
|
|
"description": [
|
|
"\n`MapMouseEvent` is the event type for mouse-related map events.\n"
|
|
],
|
|
"signature": [
|
|
"MapMouseEvent",
|
|
" extends ",
|
|
"Event",
|
|
" implements ",
|
|
"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"
|
|
],
|
|
"signature": [
|
|
"\"click\" | \"contextmenu\" | \"dblclick\" | \"mousemove\" | \"mouseup\" | \"mousedown\" | \"mouseout\" | \"mouseover\" | \"mouseenter\" | \"mouseleave\""
|
|
],
|
|
"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": [
|
|
"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/maplibre-gl/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": [
|
|
"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": [],
|
|
"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": [],
|
|
"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": [
|
|
"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": [
|
|
"group",
|
|
"see",
|
|
"see",
|
|
"see"
|
|
],
|
|
"label": "RasterTileSource",
|
|
"description": [
|
|
"\nA source containing raster tiles (See the [Style Specification](https://maplibre.org/maplibre-style-spec/) for detailed documentation of options.)\n"
|
|
],
|
|
"signature": [
|
|
"RasterTileSource",
|
|
" extends ",
|
|
"Evented",
|
|
" implements ",
|
|
"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": [
|
|
"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": [
|
|
"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": [
|
|
"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": [
|
|
"RasterSourceSpecification",
|
|
" | ",
|
|
"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": [
|
|
"AbortController"
|
|
],
|
|
"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": [
|
|
"RasterSourceSpecification",
|
|
" | ",
|
|
"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": [
|
|
"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": [
|
|
"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": [
|
|
"(sourceDataChanged?: boolean | undefined) => Promise<void>"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.RasterTileSource.load.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "sourceDataChanged",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | 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.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: ",
|
|
"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": [
|
|
"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.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.RasterTileSource.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.RasterTileSource.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.RasterTileSource.setTiles.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "tiles",
|
|
"description": [
|
|
"- An array of one or more tile source URLs, as in the raster tiles spec (See the [Style Specification](https://maplibre.org/maplibre-style-spec/)"
|
|
],
|
|
"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.RasterTileSource.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.RasterTileSource.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": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.RasterTileSource.serialize",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "serialize",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
"RasterSourceSpecification",
|
|
" | ",
|
|
"RasterDEMSourceSpecification"
|
|
],
|
|
"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: 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": [
|
|
"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: Tile) => Promise<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": [
|
|
"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.RasterTileSource.abortTile",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "abortTile",
|
|
"description": [],
|
|
"signature": [
|
|
"(tile: Tile) => Promise<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": [
|
|
"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.RasterTileSource.unloadTile",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "unloadTile",
|
|
"description": [],
|
|
"signature": [
|
|
"(tile: Tile) => Promise<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": [
|
|
"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.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": [
|
|
"group",
|
|
"see"
|
|
],
|
|
"label": "VectorTileSource",
|
|
"description": [
|
|
"\nA source containing vector tiles in [Mapbox Vector Tile format](https://docs.mapbox.com/vector-tiles/reference/).\n(See the [Style Specification](https://maplibre.org/maplibre-style-spec/) for detailed documentation of options.)\n"
|
|
],
|
|
"signature": [
|
|
"VectorTileSource",
|
|
" extends ",
|
|
"Evented",
|
|
" implements ",
|
|
"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?: \"tms\" | \"xyz\" | undefined; minzoom?: number | undefined; maxzoom?: number | undefined; attribution?: string | undefined; promoteId?: ",
|
|
"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": [
|
|
"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": [
|
|
"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": [
|
|
"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": [
|
|
"AbortController"
|
|
],
|
|
"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": [
|
|
"VectorTileSourceOptions"
|
|
],
|
|
"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": [
|
|
"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": [
|
|
"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": [
|
|
"() => Promise<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: 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": [
|
|
"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: ",
|
|
"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": [
|
|
"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": []
|
|
},
|
|
{
|
|
"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": []
|
|
},
|
|
{
|
|
"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": [
|
|
"() => ",
|
|
"VectorSourceSpecification"
|
|
],
|
|
"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: Tile) => Promise<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": [
|
|
"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.abortTile",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "abortTile",
|
|
"description": [],
|
|
"signature": [
|
|
"(tile: Tile) => Promise<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": [
|
|
"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: Tile) => Promise<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": [
|
|
"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": [],
|
|
"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 MapContextEvent} with `webglcontextlost` and `webglcontextrestored`.\n\nThe `renderingMode` property controls whether the layer is treated as a `\"2d\"` or `\"3d\"` map layer. Use:\n\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": [
|
|
"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": [],
|
|
"label": "id",
|
|
"description": [
|
|
"\nA unique layer id."
|
|
],
|
|
"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": [],
|
|
"label": "type",
|
|
"description": [
|
|
"\nThe layer's type. Must be `\"custom\"`."
|
|
],
|
|
"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": [],
|
|
"label": "renderingMode",
|
|
"description": [
|
|
"\nEither `\"2d\"` or `\"3d\"`. Defaults to `\"2d\"`."
|
|
],
|
|
"signature": [
|
|
"\"3d\" | \"2d\" | 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": [],
|
|
"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)`."
|
|
],
|
|
"signature": [
|
|
"(gl: WebGLRenderingContext | WebGL2RenderingContext, options: ",
|
|
"CustomRenderMethodInput",
|
|
") => 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": [],
|
|
"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": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"{ farZ: number; nearZ: number; fov: number; modelViewProjectionMatrix: ",
|
|
"mat4",
|
|
"; projectionMatrix: ",
|
|
"mat4",
|
|
"; shaderData: { variantName: string; vertexShaderPrelude: string; define: string; }; defaultProjectionData: ",
|
|
"ProjectionData",
|
|
"; }"
|
|
],
|
|
"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": [],
|
|
"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."
|
|
],
|
|
"signature": [
|
|
"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": [],
|
|
"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: ",
|
|
"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": [
|
|
"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": [],
|
|
"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: ",
|
|
"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": [
|
|
"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.Source",
|
|
"type": "Interface",
|
|
"tags": [
|
|
"group"
|
|
],
|
|
"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\n**Event** `data` - Fired with `{dataType: 'source', sourceDataType: 'metadata'}` to indicate that any necessary metadata\nhas been loaded so that it's okay to call `loadTile`; and with `{dataType: 'source', sourceDataType: 'content'}`\nto indicate that the source data has changed, so that any current caches should be flushed.\n"
|
|
],
|
|
"signature": [
|
|
"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": [
|
|
"\nThe id for the source. Must not be used by any existing source."
|
|
],
|
|
"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": [
|
|
"\nThe minimum zoom level for the source."
|
|
],
|
|
"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": [
|
|
"\nThe maximum zoom level for the source."
|
|
],
|
|
"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": [
|
|
"\nThe tile size for the source."
|
|
],
|
|
"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": [
|
|
"\nThe attribution for the source."
|
|
],
|
|
"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": [
|
|
"\n`true` if zoom levels are rounded to the nearest integer in the source data, `false` if they are floor-ed to the nearest integer."
|
|
],
|
|
"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": [
|
|
"\n`false` if tiles can be drawn outside their boundaries, `true` if they cannot."
|
|
],
|
|
"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": [
|
|
"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": [
|
|
"\n`true` if tiles should be sent back to the worker for each overzoomed zoom level, `false` if not."
|
|
],
|
|
"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": [
|
|
"\nTrue if the source has transition, false otherwise."
|
|
],
|
|
"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": [
|
|
"\nTrue if the source is loaded, false otherwise."
|
|
],
|
|
"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": [
|
|
"\nAn ability to fire an event to all the listeners, see {@link Evented}"
|
|
],
|
|
"signature": [
|
|
"(event: ",
|
|
"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": [
|
|
"- The event to fire"
|
|
],
|
|
"signature": [
|
|
"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": [
|
|
"\nThis method is called when the source is added to the map."
|
|
],
|
|
"signature": [
|
|
"((map: ",
|
|
"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": [
|
|
"- The map instance"
|
|
],
|
|
"signature": [
|
|
"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": [
|
|
"\nThis method is called when the source is removed from the map."
|
|
],
|
|
"signature": [
|
|
"((map: ",
|
|
"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": [
|
|
"- The map instance"
|
|
],
|
|
"signature": [
|
|
"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": [
|
|
"\nThis method does the heavy lifting of loading a tile.\nIn most cases it will defer the work to the relevant worker source."
|
|
],
|
|
"signature": [
|
|
"(tile: Tile) => Promise<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": [
|
|
"- The tile to load"
|
|
],
|
|
"signature": [
|
|
"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.Source.hasTile",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasTile",
|
|
"description": [
|
|
"\nTrue is the tile is part of the source, false otherwise."
|
|
],
|
|
"signature": [
|
|
"((tileID: 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": [
|
|
"- The tile ID"
|
|
],
|
|
"signature": [
|
|
"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": [
|
|
"\nAllows to abort a tile loading."
|
|
],
|
|
"signature": [
|
|
"((tile: Tile) => Promise<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": [
|
|
"- The tile to abort"
|
|
],
|
|
"signature": [
|
|
"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.Source.unloadTile",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "unloadTile",
|
|
"description": [
|
|
"\nAllows to unload a tile."
|
|
],
|
|
"signature": [
|
|
"((tile: Tile) => Promise<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": [
|
|
"- The tile to unload"
|
|
],
|
|
"signature": [
|
|
"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.Source.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": [
|
|
"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": [
|
|
"\nAllows to execute a prepare step before the source is used."
|
|
],
|
|
"signature": [
|
|
"(() => void) | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.Source.calculateTileZoom",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "calculateTileZoom",
|
|
"description": [
|
|
"\nOptional function to redefine how tiles are loaded at high pitch angles."
|
|
],
|
|
"signature": [
|
|
"CalculateTileZoomFunction",
|
|
" | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.AttributionControlOptions",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AttributionControlOptions",
|
|
"description": [
|
|
"\nThe {@link AttributionControl} options object"
|
|
],
|
|
"signature": [
|
|
"{ compact?: boolean | undefined; customAttribution?: string | 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.FeatureIdentifier",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FeatureIdentifier",
|
|
"description": [
|
|
"\nA feature identifier that is bound to a source"
|
|
],
|
|
"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": [
|
|
"ExpressionFilterSpecification",
|
|
" | ",
|
|
"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": [
|
|
"FillLayerSpecification",
|
|
" | ",
|
|
"LineLayerSpecification",
|
|
" | ",
|
|
"SymbolLayerSpecification",
|
|
" | ",
|
|
"CircleLayerSpecification",
|
|
" | ",
|
|
"HeatmapLayerSpecification",
|
|
" | ",
|
|
"FillExtrusionLayerSpecification",
|
|
" | ",
|
|
"RasterLayerSpecification",
|
|
" | ",
|
|
"HillshadeLayerSpecification",
|
|
" | ",
|
|
"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.MapGeoJSONFeature",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "MapGeoJSONFeature",
|
|
"description": [
|
|
"\nAn extended geojson feature used by the events to return data to the listener"
|
|
],
|
|
"signature": [
|
|
"GeoJSONFeature",
|
|
" & { layer: (Omit<",
|
|
"FillLayerSpecification",
|
|
", \"source\"> | Omit<",
|
|
"LineLayerSpecification",
|
|
", \"source\"> | Omit<",
|
|
"SymbolLayerSpecification",
|
|
", \"source\"> | Omit<",
|
|
"CircleLayerSpecification",
|
|
", \"source\"> | Omit<",
|
|
"HeatmapLayerSpecification",
|
|
", \"source\"> | Omit<",
|
|
"FillExtrusionLayerSpecification",
|
|
", \"source\"> | Omit<",
|
|
"RasterLayerSpecification",
|
|
", \"source\"> | Omit<",
|
|
"HillshadeLayerSpecification",
|
|
", \"source\"> | Omit<",
|
|
"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.MapOptions",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "MapOptions",
|
|
"description": [
|
|
"\nThe {@link Map} options object."
|
|
],
|
|
"signature": [
|
|
"{ hash?: string | boolean | undefined; interactive?: boolean | undefined; container: string | HTMLElement; bearingSnap?: number | undefined; attributionControl?: false | ",
|
|
"AttributionControlOptions",
|
|
" | undefined; maplibreLogo?: boolean | undefined; logoPosition?: ",
|
|
"ControlPosition",
|
|
" | undefined; canvasContextAttributes?: ",
|
|
"WebGLContextAttributesWithType",
|
|
" | undefined; refreshExpiredTiles?: boolean | undefined; maxBounds?: ",
|
|
"LngLatBoundsLike",
|
|
" | undefined; scrollZoom?: boolean | ",
|
|
"AroundCenterOptions",
|
|
" | 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 | ",
|
|
"DragPanOptions",
|
|
" | undefined; keyboard?: boolean | undefined; doubleClickZoom?: boolean | undefined; touchZoomRotate?: boolean | ",
|
|
"AroundCenterOptions",
|
|
" | undefined; touchPitch?: boolean | ",
|
|
"AroundCenterOptions",
|
|
" | undefined; cooperativeGestures?: boolean | undefined; trackResize?: boolean | undefined; center?: ",
|
|
"LngLatLike",
|
|
" | undefined; elevation?: number | undefined; zoom?: number | undefined; bearing?: number | undefined; pitch?: number | undefined; roll?: number | undefined; renderWorldCopies?: boolean | undefined; maxTileCacheSize?: number | null | undefined; maxTileCacheZoomLevels?: number | undefined; transformRequest?: ",
|
|
"RequestTransformFunction",
|
|
" | null | undefined; transformCameraUpdate?: ",
|
|
"CameraUpdateTransformFunction",
|
|
" | null | undefined; locale?: any; fadeDuration?: number | undefined; crossSourceCollisions?: boolean | undefined; collectResourceTiming?: boolean | undefined; clickTolerance?: number | undefined; bounds?: ",
|
|
"LngLatBoundsLike",
|
|
" | undefined; fitBoundsOptions?: ",
|
|
"FitBoundsOptions",
|
|
" | undefined; localIdeographFontFamily?: string | false | undefined; style?: string | ",
|
|
"StyleSpecification",
|
|
" | undefined; pitchWithRotate?: boolean | undefined; rollEnabled?: boolean | undefined; pixelRatio?: number | undefined; validateStyle?: boolean | undefined; maxCanvasSize?: [number, number] | undefined; cancelPendingTileRequestsWhileZooming?: boolean | undefined; centerClampedToGround?: 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.MapSourceDataEvent",
|
|
"type": "Type",
|
|
"tags": [
|
|
"group"
|
|
],
|
|
"label": "MapSourceDataEvent",
|
|
"description": [
|
|
"\nThe source data event interface\n"
|
|
],
|
|
"signature": [
|
|
"MapLibreEvent",
|
|
"<unknown> & { dataType: \"source\"; isSourceLoaded: boolean; source: ",
|
|
"SourceSpecification",
|
|
"; sourceId: string; sourceDataType: ",
|
|
"MapSourceDataType",
|
|
"; sourceDataChanged?: boolean | undefined; tile: any; }"
|
|
],
|
|
"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": [
|
|
"group"
|
|
],
|
|
"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/maplibre-gl/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": [
|
|
"VectorSourceSpecification",
|
|
" | ",
|
|
"RasterSourceSpecification",
|
|
" | ",
|
|
"RasterDEMSourceSpecification",
|
|
" | ",
|
|
"GeoJSONSourceSpecification",
|
|
" | ",
|
|
"VideoSourceSpecification",
|
|
" | ",
|
|
"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; centerAltitude?: number | undefined; zoom?: number | undefined; bearing?: number | undefined; pitch?: number | undefined; roll?: number | undefined; light?: ",
|
|
"LightSpecification",
|
|
" | undefined; sky?: ",
|
|
"SkySpecification",
|
|
" | undefined; projection?: ",
|
|
"ProjectionSpecification",
|
|
" | undefined; terrain?: ",
|
|
"TerrainSpecification",
|
|
" | undefined; sources: { [_: string]: ",
|
|
"SourceSpecification",
|
|
"; }; sprite?: ",
|
|
"SpriteSpecification",
|
|
" | undefined; glyphs?: string | undefined; transition?: ",
|
|
"TransitionSpecification",
|
|
" | undefined; layers: ",
|
|
"LayerSpecification",
|
|
"[]; }"
|
|
],
|
|
"path": "node_modules/@maplibre/maplibre-gl-style-spec/dist/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-common.maplibregl",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "maplibregl",
|
|
"description": [],
|
|
"signature": [
|
|
"typeof ",
|
|
"node_modules/maplibre-gl/dist/maplibre-gl"
|
|
],
|
|
"path": "src/platform/packages/private/kbn-mapbox-gl/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
}
|
|
} |