From b665b3927ab9169e3ba3122d7ffa63ccb8496229 Mon Sep 17 00:00:00 2001 From: Chanaka Date: Tue, 7 Aug 2018 14:46:40 +0530 Subject: [PATCH] Added few missing properties --- types/leaflet-routing-machine/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/leaflet-routing-machine/index.d.ts b/types/leaflet-routing-machine/index.d.ts index 16da37f7c5..7ad4bdaf74 100644 --- a/types/leaflet-routing-machine/index.d.ts +++ b/types/leaflet-routing-machine/index.d.ts @@ -111,6 +111,7 @@ declare module 'leaflet' { profile?: string; polylinePrecision?: number; useHints?: boolean; + routingOptions?:any; } class Formatter { @@ -190,6 +191,7 @@ declare module 'leaflet' { allowUTurns: boolean; geometryOnly: boolean; fileFormat: string; + simplifyGeometry:boolean; } // tslint:disable-next-line interface-name