Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@2gis/mapgl

Package Overview
Dependencies
Maintainers
8
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@2gis/mapgl - npm Package Compare versions

Comparing version 1.47.0 to 1.47.1

2

package.json
{
"name": "@2gis/mapgl",
"version": "1.47.0",
"version": "1.47.1",
"description": "MapGL API script loader with typings",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -277,2 +277,3 @@ import { MapOptions, FitBoundsOptions, Padding, StyleState, SupportedSimpleOpts, GLContext } from './types';

* _activeFloorIds — an array of active floor IDs from buildings with active floor plans
* _activeFloorIsMetro - a flag which tells if active floors plan is a metro schema
* trafficOn - a flag which tells if traffic is enabled

@@ -328,4 +329,5 @@ * parkingOn - a flag which tells if parking is enabled (used in native version of 2gis)

private _emitMapEvent;
private _emitMapErrorEvent;
private _emitMapPointerEvent;
private _initControls;
}

@@ -43,2 +43,7 @@ import { Map } from '../map';

/**
* Sets the z-index CSS property value of the HTML marker's root DOM element.
* @param zIndex The z-index property value.
*/
setZIndex(zIndex: number): this;
/**
* Returns current position of the top-left corner of the HTML marker with its anchor in geographical coordinates `[longitude, latitude]`.

@@ -56,2 +61,6 @@ */

getContent(): HTMLElement;
/**
* Returns the z-index CSS property value of the HTML marker's root DOM element.
*/
getZIndex(): number;
}

@@ -1053,3 +1053,7 @@ import { LngLatBounds } from '../objects/lngLatBounds';

export declare type WebGLVersion = 1 | 2;
/**
* Tile coordinates [x, y, zoom]
*/
export declare type TileCoords = [number, number, number];
export declare type SupportedSimpleOpts = 'disableDragging' | 'enableTrackResize' | 'loopWorld';
export declare type GLContext = WebGLRenderingContext | WebGL2RenderingContext;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc