import { AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; interface MapPlace { name: string; location: Array; marker?: any; } export declare class PageMapStartComponent implements AfterViewInit { AMap: any; map: any; placeList: Array; ngAfterViewInit(): void; initMap(): Promise; createMap(): Promise; /** * 添加点标记 Marker */ addMarks(): Promise; goAndMarkPlace(place: any): void; clearMark(place: any): void; /** * 路线规划 地点1 => 地点2 */ planRoute(p1: any, p2: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};