mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 17:04:20 +08: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.