DefinitelyTyped/types/mapbox-gl
Netanel Draiman 399a4198af Updated mapbox-gl to include correct FitBoundsOptions (#22950)
As can be seen in the `mapbox-gl-js` [source code](https://github.com/mapbox/mapbox-gl-js/blob/master/src/ui/camera.js#L370), the `fitBounds()` function receives `AnimationOptions & CameraOptions`.

It then calls the `flyTo` or `easeTo` functions according to the options it received.

The `FitBoundsOptions` interface extends `FlyToOptions` as that already extends `AnimationOptions & Camera Options`.
2018-01-23 11:50:35 -08:00
..
index.d.ts Updated mapbox-gl to include correct FitBoundsOptions (#22950) 2018-01-23 11:50:35 -08:00
mapbox-gl-tests.ts
tsconfig.json
tslint.json