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