@igo2/geo
Version:
19 lines (18 loc) • 916 B
TypeScript
import { AfterContentInit } from '@angular/core';
import { BehaviorSubject } from 'rxjs';
import { IgoMap } from '../shared/map';
import * as i0 from "@angular/core";
export declare class RotationButtonComponent implements AfterContentInit {
readonly rotated$: BehaviorSubject<boolean>;
azimuthRounded: number;
rotationRounded: number;
readonly currentStyle$: BehaviorSubject<{
transform: string;
}>;
map: IgoMap;
showIfNoRotation: boolean;
color: string;
ngAfterContentInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<RotationButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RotationButtonComponent, "igo-rotation-button", never, { "map": { "alias": "map"; "required": false; }; "showIfNoRotation": { "alias": "showIfNoRotation"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
}