@2gis/mapgl
Advanced tools
Comparing version 1.39.0 to 1.40.0
{ | ||
"name": "@2gis/mapgl", | ||
"version": "1.39.0", | ||
"version": "1.40.0", | ||
"description": "MapGL API script loader with typings", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -258,2 +258,3 @@ import { MapOptions, FitBoundsOptions, Padding, StyleState, SupportedSimpleOpts, GLContext } from './types'; | ||
* navigatorOn - a flag which tells if navigator is enabled (used in native version of 2gis) | ||
* immersiveRoadsOn - a flag which tells if immersive roads are enabled | ||
*/ | ||
@@ -260,0 +261,0 @@ getStyleState(): StyleState; |
@@ -13,3 +13,2 @@ import { Map } from '../map'; | ||
userData: any; | ||
private options; | ||
/** | ||
@@ -16,0 +15,0 @@ * Example: |
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
77964