mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
According to the leaflet documentation latLng objects can be specified using one of three notations (http://leafletjs.com/reference.html#latlng). The type definition for LatLngExpression addresses this. Additonally, LatLngBounds can be represented as an array of LatLng expressions (https://github.com/Leaflet/Leaflet/blob/master/src/geo/LatLngBounds.js#L18). The type LatLngBoundsExpression reflects this property. |
||
|---|---|---|
| .. | ||
| leaflet-tests.ts | ||
| leaflet.d.ts | ||