Creates an instance of LoadingControl that could be added to the map using the https://maplibre.org/maplibre-gl-js-docs/api/map/#map#addcontrol|addControl method.
addControl
import MapLibreGlDirections, { LoadingControl } from "@maplibre/maplibre-gl-directions";map.addControl(new LoadingControl(new MapLibreGlDirections(map))); Copy
import MapLibreGlDirections, { LoadingControl } from "@maplibre/maplibre-gl-directions";map.addControl(new LoadingControl(new MapLibreGlDirections(map)));
Optional
Private
Readonly
Generated using TypeDoc
Creates an instance of LoadingControl that could be added to the map using the https://maplibre.org/maplibre-gl-js-docs/api/map/#map#addcontrol|
addControl
method.Example