mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 04:00:33 +08:00
Added few missing properties
This commit is contained in:
2
types/leaflet-routing-machine/index.d.ts
vendored
2
types/leaflet-routing-machine/index.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user