@2gis/mapgl
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "@2gis/mapgl", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "MapGL API script loader with typings", | ||
@@ -22,2 +22,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@webmaps/jakarta": "*", | ||
"@webmaps/mapgl-api": "*", | ||
@@ -24,0 +25,0 @@ "ts-loader": "^7.0.1", |
@@ -9,3 +9,2 @@ import { MapOptions, LngLatBounds } from './types'; | ||
export declare class Map extends Evented<MapEventTable> { | ||
private options; | ||
/** | ||
@@ -12,0 +11,0 @@ * Example: |
@@ -9,3 +9,2 @@ import { Map } from '../map'; | ||
export declare class Circle extends Evented<DynamicObjectEventTable> { | ||
private options; | ||
/** | ||
@@ -12,0 +11,0 @@ * Example: |
@@ -11,3 +11,2 @@ import { Map } from '../map'; | ||
export declare class CircleMarker extends Evented<DynamicObjectEventTable> { | ||
private options; | ||
/** | ||
@@ -14,0 +13,0 @@ * Example: |
@@ -7,3 +7,2 @@ import { Map } from '../map'; | ||
export declare class HtmlMarker { | ||
private options; | ||
/** | ||
@@ -10,0 +9,0 @@ * Example: |
@@ -7,3 +7,2 @@ import { Map } from '../map'; | ||
export declare class Label { | ||
private options; | ||
/** | ||
@@ -10,0 +9,0 @@ * Example: |
@@ -9,4 +9,2 @@ import { Map } from '../map'; | ||
export declare class Marker extends Evented<DynamicObjectEventTable> { | ||
private options; | ||
private labelOptions; | ||
/** | ||
@@ -13,0 +11,0 @@ * Example: |
@@ -9,3 +9,2 @@ import { Map } from '../map'; | ||
export declare class Polygon extends Evented<DynamicObjectEventTable> { | ||
private options; | ||
/** | ||
@@ -12,0 +11,0 @@ * Example: |
@@ -9,3 +9,2 @@ import { Map } from '../map'; | ||
export declare class Polyline extends Evented<DynamicObjectEventTable> { | ||
private options; | ||
/** | ||
@@ -12,0 +11,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
41416
7
30
1338