@2gis/mapgl
Advanced tools
Comparing version 1.30.0 to 1.30.1
{ | ||
"name": "@2gis/mapgl", | ||
"version": "1.30.0", | ||
"version": "1.30.1", | ||
"description": "MapGL API script loader with typings", | ||
@@ -22,3 +22,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@webmaps/mapgl-api": "^1.30.0", | ||
"@webmaps/mapgl-api": "^1.30.1", | ||
"ts-loader": "^9.2.6", | ||
@@ -25,0 +25,0 @@ "tslib": "^2.3.1", |
@@ -313,6 +313,2 @@ import { LngLatBounds } from '../objects/lngLatBounds'; | ||
size?: number[]; | ||
/** | ||
* Marker icon clockwise rotation in the screen plane in degrees. | ||
*/ | ||
rotation?: number; | ||
} | ||
@@ -319,0 +315,0 @@ /** |
73660
2388