UNPKG

ng-azure-maps

Version:
11 lines (10 loc) 688 B
import { ControlDirective } from './control.directive'; import * as atlas from 'azure-maps-control'; import * as i0 from "@angular/core"; export declare class PitchControlDirective extends ControlDirective { pitchDegreesDelta: number; controlStyle: atlas.ControlStyle; initialize(map: atlas.Map): void; static ɵfac: i0.ɵɵFactoryDeclaration<PitchControlDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<PitchControlDirective, "[map-pitch-control], map-pitch-control", never, { "pitchDegreesDelta": { "alias": "pitchDegreesDelta"; "required": false; }; "controlStyle": { "alias": "controlStyle"; "required": false; }; }, {}, never, never, false, never>; }