@types/mapbox-gl
Advanced tools
Comparing version 0.51.2 to 0.51.3
@@ -235,3 +235,3 @@ // Type definitions for Mapbox GL JS v0.51.0 | ||
* considered a valid click (as opposed to a mouse drag). | ||
* | ||
* | ||
* @default 3 | ||
@@ -246,3 +246,3 @@ */ | ||
* relevant `data` events. | ||
* | ||
* | ||
* @default false | ||
@@ -255,3 +255,3 @@ */ | ||
* detection. If `false`, collision detection is run separately for the symbols in each source. | ||
* | ||
* | ||
* @default true | ||
@@ -284,3 +284,3 @@ */ | ||
* styling transitions or raster tile cross-fading. | ||
* | ||
* | ||
* @default 300 | ||
@@ -304,3 +304,3 @@ */ | ||
* The purpose of this option is to avoid bandwidth-intensive glyph server requests. | ||
* | ||
* | ||
* @default null | ||
@@ -312,3 +312,3 @@ */ | ||
* A string representing the position of the Mapbox wordmark on the map. | ||
* | ||
* | ||
* @default "bottom-left" | ||
@@ -333,3 +333,3 @@ */ | ||
* screen (0-60). | ||
* | ||
* | ||
* @default 0 | ||
@@ -341,3 +341,3 @@ */ | ||
* If `false`, the map's pitch (tilt) control with "drag to rotate" interaction will be disabled. | ||
* | ||
* | ||
* @default true | ||
@@ -350,3 +350,3 @@ */ | ||
* `cacheControl`/`expires` headers. | ||
* | ||
* | ||
* @default true | ||
@@ -358,3 +358,3 @@ */ | ||
* If `true`, multiple copies of the world will be rendered, when zoomed out. | ||
* | ||
* | ||
* @default true | ||
@@ -376,3 +376,3 @@ */ | ||
* used to modify the url, set headers, or set the credentials property for cross-origin requests. | ||
* | ||
* | ||
* @default null | ||
@@ -391,3 +391,3 @@ */ | ||
* cache will be dynamically sized based on the current viewport. | ||
* | ||
* | ||
* @default null | ||
@@ -398,3 +398,3 @@ */ | ||
export type ResourceType = | ||
export type ResourceType = | ||
| 'Unknown' | ||
@@ -708,3 +708,3 @@ | 'Style' | ||
lineMetrics?: boolean; | ||
generateId?: boolean; | ||
@@ -1494,9 +1494,9 @@ } | ||
export interface HeatmapPaint { | ||
'heatmap-radius'?: number | Expression; | ||
'heatmap-radius'?: number | StyleFunction | Expression; | ||
'heatmap-radius-transition'?: Transition; | ||
'heatmap-weight'?: number | StyleFunction | Expression; | ||
'heatmap-intensity'?: number | Expression; | ||
'heatmap-intensity'?: number | StyleFunction | Expression; | ||
'heatmap-intensity-transition'?: Transition; | ||
'heatmap-color'?: string | Expression; | ||
'heatmap-opacity'?: number | Expression; | ||
'heatmap-color'?: string | StyleFunction | Expression; | ||
'heatmap-opacity'?: number | StyleFunction | Expression; | ||
'heatmap-opacity-transition'?: Transition; | ||
@@ -1503,0 +1503,0 @@ } |
{ | ||
"name": "@types/mapbox-gl", | ||
"version": "0.51.2", | ||
"version": "0.51.3", | ||
"description": "TypeScript definitions for Mapbox GL JS", | ||
@@ -28,4 +28,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "ac264fe7d20d9199a6b501f3792209c846c5f92c2d9da819809e34151c074942", | ||
"typesPublisherContentHash": "d46a6c3e3b93ac3c49a53c411a0cbca750371983e01ad66c3e242627e44542e6", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 12 Dec 2018 19:18:24 GMT | ||
* Last updated: Fri, 14 Dec 2018 23:39:20 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
48529