UNPKG

ymaps3-angular

Version:

Angular (standalone) wrapper for Yandex Maps v3 (ymaps3)

20 lines (19 loc) 1.08 kB
import { AfterViewInit, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export type PolylineCoordinates = [number, number][]; export declare class YMapPolylineComponent implements AfterViewInit, OnChanges { private mapRef; private loader; private destroyRef; coordinates: PolylineCoordinates; strokeColor: string; strokeWidth: number; strokeOpacity: number; zIndex?: number; private node?; private build; ngAfterViewInit(): Promise<void>; ngOnChanges(ch: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration<YMapPolylineComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<YMapPolylineComponent, "ymap-polyline", never, { "coordinates": { "alias": "coordinates"; "required": true; }; "strokeColor": { "alias": "strokeColor"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; "strokeOpacity": { "alias": "strokeOpacity"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; }, {}, never, never, true, never>; }