mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 06:40:35 +08:00
Update index.d.ts
Added two missing conversion methods
This commit is contained in:
2
types/leaflet/index.d.ts
vendored
2
types/leaflet/index.d.ts
vendored
@@ -1372,9 +1372,11 @@ declare namespace L {
|
||||
layerPointToLatLng(point: PointExpression): LatLng;
|
||||
latLngToLayerPoint(latlng: LatLngExpression): Point;
|
||||
wrapLatLng(latlng: LatLngExpression): LatLng;
|
||||
wrapLatLngBounds(bounds: LatLngBounds): LatLngBounds;
|
||||
distance(latlng1: LatLngExpression, latlng2: LatLngExpression): number;
|
||||
containerPointToLayerPoint(point: PointExpression): Point;
|
||||
layerPointToContainerPoint(point: PointExpression): Point;
|
||||
containerPointToLatLng(point: PointExpression): LatLng;
|
||||
latLngToContainerPoint(latlng: LatLngExpression): Point;
|
||||
mouseEventToContainerPoint(ev: MouseEvent): Point;
|
||||
mouseEventToLayerPoint(ev: MouseEvent): Point;
|
||||
|
||||
Reference in New Issue
Block a user