@types/mapbox-gl
Advanced tools
Comparing version 0.51.4 to 0.51.5
@@ -210,3 +210,3 @@ // Type definitions for Mapbox GL JS v0.51.0 | ||
easeTo(options: mapboxgl.CameraOptions & mapboxgl.AnimationOptions & {delayEndEvents?: number}, eventData?: mapboxgl.EventData): this; | ||
easeTo(options: mapboxgl.EaseToOptions, eventData?: mapboxgl.EventData): this; | ||
@@ -1197,2 +1197,9 @@ flyTo(options: mapboxgl.FlyToOptions, eventData?: mapboxgl.EventData): this; | ||
/** | ||
* EaseToOptions | ||
*/ | ||
export interface EaseToOptions extends AnimationOptions, CameraOptions { | ||
delayEndEvents?: number; | ||
} | ||
export interface FitBoundsOptions extends mapboxgl.FlyToOptions { | ||
@@ -1199,0 +1206,0 @@ linear?: boolean; |
{ | ||
"name": "@types/mapbox-gl", | ||
"version": "0.51.4", | ||
"version": "0.51.5", | ||
"description": "TypeScript definitions for Mapbox GL JS", | ||
@@ -27,3 +27,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/mapbox-gl" | ||
}, | ||
@@ -34,4 +35,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "3a79c240a52dcc9d648960c8e13ff9e91b61f0e8eb1a7b26550ef7d93583f354", | ||
"typesPublisherContentHash": "7f1ba8924476b789abacdd4fb08ef807f850de2e406a52e3cec3de3d3b0dd67e", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 01 Feb 2019 21:32:52 GMT | ||
* Last updated: Wed, 01 May 2019 05:48:12 GMT | ||
* Dependencies: @types/geojson | ||
@@ -14,0 +14,0 @@ * Global values: mapboxgl |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50374
1162