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

1234567891011121314151617181920212223242526
  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. amap: {
  8. securityJsCode: string;
  9. key: string;
  10. };
  11. constructor();
  12. initaMapConfig(): Promise<void>;
  13. addNewPlace(): void;
  14. ngAfterViewInit(): void;
  15. initMap(): Promise<void>;
  16. createMap(): Promise<void>;
  17. goAndMarkPlace(place: any): void;
  18. clearMark(place: any): void;
  19. /**
  20. * 路线规划 地点1 => 地点2
  21. */
  22. planRoute(p1: any, p2: any): void;
  23. createPlan(): Promise<void>;
  24. static ɵfac: i0.ɵɵFactoryDeclaration<PagePlanRouteComponent, never>;
  25. static ɵcmp: i0.ɵɵComponentDeclaration<PagePlanRouteComponent, "app-page-plan-route", never, {}, {}, never, never, false, never>;
  26. }