UNPKG

515 BTypeScriptView Raw
1import L from "leaflet";
2export declare function instanceOfLatLngLiteral(object: any): object is L.LatLngLiteral;
3export declare function instanceOfLatLngTuple(object: any): object is L.LatLngTuple;
4export declare function instanceOfLatLngExpression(object: any): object is L.LatLngExpression;
5export declare function latlngExpressiontoLatLng(input: L.LatLngExpression): L.LatLng;
6export declare function latlngExpressionArraytoLatLngArray(input: L.LatLngExpression[] | L.LatLngExpression[][]): L.LatLng[][];