page-plan-route.component.d.ts 711 B

123456789101112131415161718192021
  1. import * as i0 from "@angular/core";
  2. export declare class PagePlanRouteComponent {
  3. AMap: any;
  4. map: any;
  5. placeList: Array<any>;
  6. currentTab: string;
  7. constructor();
  8. addNewPlace(): void;
  9. ngAfterViewInit(): void;
  10. initMap(): Promise<void>;
  11. createMap(): Promise<void>;
  12. goAndMarkPlace(place: any): void;
  13. clearMark(place: any): void;
  14. /**
  15. * 路线规划 地点1 => 地点2
  16. */
  17. planRoute(p1: any, p2: any): void;
  18. createPlan(): Promise<void>;
  19. static ɵfac: i0.ɵɵFactoryDeclaration<PagePlanRouteComponent, never>;
  20. static ɵcmp: i0.ɵɵComponentDeclaration<PagePlanRouteComponent, "app-page-plan-route", never, {}, {}, never, never, false, never>;
  21. }