123456789101112131415161718192021 |
- import * as i0 from "@angular/core";
- export declare class PagePlanRouteComponent {
- AMap: any;
- map: any;
- placeList: Array<any>;
- currentTab: string;
- constructor();
- addNewPlace(): void;
- ngAfterViewInit(): void;
- initMap(): Promise<void>;
- createMap(): Promise<void>;
- goAndMarkPlace(place: any): void;
- clearMark(place: any): void;
- /**
- * 路线规划 地点1 => 地点2
- */
- planRoute(p1: any, p2: any): void;
- createPlan(): Promise<void>;
- static ɵfac: i0.ɵɵFactoryDeclaration<PagePlanRouteComponent, never>;
- static ɵcmp: i0.ɵɵComponentDeclaration<PagePlanRouteComponent, "app-page-plan-route", never, {}, {}, never, never, false, never>;
- }
|