@maplibre/ngx-maplibre-gl
Version:
A Angular binding of maplibre-gl
17 lines (16 loc) • 611 B
TypeScript
import * as i0 from "@angular/core";
/**
* `mglGlobe` - a globe control directive
*
* @category Directives
*
* @see [Globe](https://maplibre.org/ngx-maplibre-gl/demo/globe)
* @see [GlobeControl](https://maplibre.org/maplibre-gl-js/docs/API/classes/GlobeControl)
*/
export declare class GlobeControlDirective {
private readonly mapService;
private readonly controlComponent;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<GlobeControlDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<GlobeControlDirective, "[mglGlobe]", never, {}, {}, never, never, true, never>;
}