Added few missing properties

This commit is contained in:
Chanaka
2018-08-07 14:46:40 +05:30
parent 480f7557d2
commit b665b3927a

View File

@@ -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