UNPKG

@polygonjs/plugin-mapbox

Version:

Mapbox plugin for the 3D engine https://polygonjs.com

9 lines (8 loc) 274 B
import mapboxgl from 'mapbox-gl'; export declare class MapsRegister { private static _instance; static instance(): MapsRegister; _maps_by_id: Map<string, mapboxgl.Map>; registerMap(id: string, map: mapboxgl.Map): void; deregisterMap(id: string): void; }