@2gis/mapgl
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -21,2 +21,3 @@ var map; | ||
script.async = true; | ||
script.crossOrigin = 'anonymous'; | ||
script.src = mapglURL; | ||
@@ -23,0 +24,0 @@ // Append the script to the DOM |
{ | ||
"name": "@2gis/mapgl", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "MapGL API script loader with typings", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -9,2 +9,3 @@ import { MapOptions, LngLatBounds } from './types'; | ||
export declare class Map extends Evented<MapEventTable> { | ||
private options; | ||
/** | ||
@@ -11,0 +12,0 @@ * Example: |
@@ -9,2 +9,3 @@ import { Map } from '../map'; | ||
export declare class Circle extends Evented<DynamicObjectEventTable> { | ||
private options; | ||
/** | ||
@@ -11,0 +12,0 @@ * Example: |
@@ -11,2 +11,3 @@ import { Map } from '../map'; | ||
export declare class CircleMarker extends Evented<DynamicObjectEventTable> { | ||
private options; | ||
/** | ||
@@ -13,0 +14,0 @@ * Example: |
@@ -7,2 +7,3 @@ import { Map } from '../map'; | ||
export declare class HtmlMarker { | ||
private options; | ||
/** | ||
@@ -9,0 +10,0 @@ * Example: |
@@ -7,2 +7,3 @@ import { Map } from '../map'; | ||
export declare class Label { | ||
private options; | ||
/** | ||
@@ -9,0 +10,0 @@ * Example: |
@@ -9,2 +9,4 @@ import { Map } from '../map'; | ||
export declare class Marker extends Evented<DynamicObjectEventTable> { | ||
private options; | ||
private labelOptions; | ||
/** | ||
@@ -11,0 +13,0 @@ * Example: |
@@ -9,2 +9,3 @@ import { Map } from '../map'; | ||
export declare class Polygon extends Evented<DynamicObjectEventTable> { | ||
private options; | ||
/** | ||
@@ -11,0 +12,0 @@ * Example: |
@@ -9,2 +9,3 @@ import { Map } from '../map'; | ||
export declare class Polyline extends Evented<DynamicObjectEventTable> { | ||
private options; | ||
/** | ||
@@ -11,0 +12,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
42049
31
1354