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