@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
9 lines (8 loc) • 344 B
TypeScript
import { PolyThirdPartyMapboxController } from './thirdParty/Mapbox';
import { PolyMarkerTrackingController } from './thirdParty/MarkerTracking';
export declare class PolyThirdPartyController {
private _markerTracking;
markerTracking(): PolyMarkerTrackingController;
private _mapbox;
mapbox(): PolyThirdPartyMapboxController;
}