@2gis/mapgl
Advanced tools
Comparing version 1.52.0 to 1.53.0
{ | ||
"name": "@2gis/mapgl", | ||
"version": "1.52.0", | ||
"version": "1.53.0", | ||
"description": "MapGL API script loader with typings", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -386,3 +386,3 @@ import { Style } from './styles'; | ||
*/ | ||
style: string; | ||
style: string | Style; | ||
} | ||
@@ -389,0 +389,0 @@ /** |
@@ -7,3 +7,3 @@ import { LngLatBounds } from '../objects/lngLatBounds'; | ||
import { GeoJsonSource } from '../sources/geoJsonSource'; | ||
export type DiscardApplyOptions = 'maxBounds' | 'styleZoom' | 'modelsTilesUrl' | 'modelsTileSet' | 'defaultSourceModelsRootUrl' | 'defaultSourceModelsAppearStrategy' | 'sessionId' | 'tileSessionId' | 'tileServerDefaultLang' | 'keepCenterWhileUserZoomRotate' | 'preserveDrawingBuffer' | 'useRtlTextPlugin' | 'rtlPluginUrl' | 'rtlPluginHash' | 'commercialPoiRandomSeed' | 'disableSurvivedPoiPrevalence' | 'webglVersion' | 'disableBssStatistics' | 'disableBssStatisticsForCommPoi' | 'bssUrl' | 'disableAntiAliasing' | 'key' | 'zoomControl' | 'trafficControl' | 'scaleControl' | 'floorControl' | 'copyright' | 'interactiveCopyright' | 'autoHideOSMCopyright' | 'controlsLayoutPadding' | 'styleState' | 'styleOptions' | 'styleServer' | 'tileServer' | 'tileProtocol' | 'tileSet' | 'commercialTileSet' | 'trafficServer' | 'trafficProtocol' | 'floorsEnabled' | 'floorsUrl' | 'disableAnalytics' | 'subdomains' | 'metroControl' | 'cameraConfig' | 'trafficMinZoom' | 'trafficMaxZoom' | 'trafficMaxDetailLevel'; | ||
export type DiscardApplyOptions = 'maxBounds' | 'styleZoom' | 'modelsTilesUrl' | 'modelsTileSet' | 'defaultSourceModelsRootUrl' | 'defaultSourceModelsAppearStrategy' | 'sessionId' | 'tileSessionId' | 'tileServerDefaultLang' | 'keepCenterWhileUserZoomRotate' | 'preserveDrawingBuffer' | 'useRtlTextPlugin' | 'rtlPluginUrl' | 'rtlPluginHash' | 'commercialPoiRandomSeed' | 'disableSurvivedPoiPrevalence' | 'webglVersion' | 'disableBssStatistics' | 'disableBssStatisticsForCommPoi' | 'bssUrl' | 'disableAntiAliasing' | 'key' | 'zoomControl' | 'trafficControl' | 'scaleControl' | 'floorControl' | 'copyright' | 'interactiveCopyright' | 'autoHideOSMCopyright' | 'controlsLayoutPadding' | 'styleState' | 'styleOptions' | 'styleServer' | 'tileServer' | 'tileProtocol' | 'tileSet' | 'commercialTileSet' | 'trafficServer' | 'trafficProtocol' | 'floorsEnabled' | 'floorsUrl' | 'disableAnalytics' | 'subdomains' | 'metroControl' | 'cameraConfig' | 'trafficMinZoom' | 'trafficMaxZoom' | 'trafficMaxDetailLevel' | 'bssHostAppParams'; | ||
/** | ||
@@ -10,0 +10,0 @@ * Map initialization options. |
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
96026