@2gis/mapgl
Advanced tools
Comparing version 1.9.1 to 1.10.0
{ | ||
"name": "@2gis/mapgl", | ||
"version": "1.9.1", | ||
"version": "1.10.0", | ||
"description": "MapGL API script loader with typings", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import { LngLatBounds } from '../objects/lngLatBounds'; | ||
import { AnimationOptions } from './animations'; | ||
import { InterpolateExpression } from './styles'; | ||
/** | ||
@@ -358,11 +359,11 @@ * Map initialization options. | ||
*/ | ||
width?: number; | ||
width?: number | InterpolateExpression<number>; | ||
/** | ||
* The second line width in pixels. | ||
*/ | ||
width2?: number; | ||
width2?: number | InterpolateExpression<number>; | ||
/** | ||
* The third line width in pixels. | ||
*/ | ||
width3?: number; | ||
width3?: number | InterpolateExpression<number>; | ||
/** | ||
@@ -369,0 +370,0 @@ * The first line color in hexadecimal RGB (`#ff0000`) or RGBA (`#ff0000ff`) format. |
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
50430
36
1599