import { FeatureCollection, LineString, Point } from 'geojson'; import { Waypoint } from './trip'; import * as i0 from "@angular/core"; export declare class GeoJSONService { constructor(); toBounds(waypoints: Waypoint[]): number[][]; toFeatureCollection(waypoints: Waypoint[]): FeatureCollection; toPointsFeatureCollection(waypoints: Waypoint[]): FeatureCollection; toLineFeatureCollection(waypoints: Waypoint[]): FeatureCollection; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }