@2gis/markerdrawer
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -33,4 +33,4 @@ import { Vec2 } from './types'; | ||
whenReady(): Promise<any>; | ||
private _imageLoad(image); | ||
private _createSprite(icons); | ||
private _imageLoad; | ||
private _createSprite; | ||
} |
@@ -37,3 +37,3 @@ import { Atlas } from './Atlas'; | ||
setDebugDrawing(value: boolean): void; | ||
private _stopRendering(); | ||
private _stopRendering; | ||
private _onResize; | ||
@@ -43,9 +43,9 @@ private _onZoomStart; | ||
private _onMoveStart; | ||
private _render(); | ||
private _render; | ||
private _renderLoop; | ||
private _renderFinish(); | ||
private _renderPart(from, to); | ||
private _debugDraw(marker, offset, size); | ||
private _createFrame(); | ||
private _switchFrames(); | ||
private _renderFinish; | ||
private _renderPart; | ||
private _debugDraw; | ||
private _createFrame; | ||
private _switchFrames; | ||
} |
export { MarkerDrawer } from '../src/MarkerDrawer'; | ||
export { Atlas, Icon, Sprite } from '../src/Atlas'; | ||
export { Atlas, Icon, Sprite, } from '../src/Atlas'; | ||
export { Marker, MarkerDrawerMouseEvent } from './types'; |
@@ -31,3 +31,3 @@ import { Atlas } from './Atlas'; | ||
private _onMouseUp; | ||
private _getMousePosition(ev); | ||
private _getMousePosition; | ||
} |
import { Atlas } from './Atlas'; | ||
export declare type Vec2 = [number, number] | Float64Array | number[]; | ||
export declare type LngLat = [number, number]; | ||
export declare type LngLat = number[]; | ||
export interface Marker { | ||
@@ -5,0 +5,0 @@ position: LngLat; |
{ | ||
"name": "@2gis/markerdrawer", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Library for fast drawing a huge amount of markers", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
164202
0