/// import { GoogleRouteService } from './google-route'; import { H21MapRouteDirective } from '../../directives/h21-map-route.directive'; import { IBuildRoute } from '../../interfaces/build-route.interface'; export declare class GoogleRouteFlyService implements IBuildRoute { route: GoogleRouteService; initRoute(route: GoogleRouteService): void; getPath(route: H21MapRouteDirective): google.maps.LatLng[]; getSegment(route: H21MapRouteDirective): any[]; }