UNPKG

668 BSource Map (JSON)View Raw
1{"version":3,"sources":["../../src/mapbox/index.ts"],"names":["BaseMapWrapper","MapboxService","MapboxWrapper"],"mappings":";;;;;;;;;;AAEA,OAAOA,cAAP,MAA2B,mBAA3B;;;;AAEA,OAAOC,aAAP,MAA0B,OAA1B;;IACqBC,a;;;;;;;;;;;;;4CAGe;AAChC,aAAOD,aAAP;AACD;;;;EALwCD,c;;SAAtBE,a","sourcesContent":["import { Map } from 'mapbox-gl';\nimport { IMapboxInstance } from '../../typings/index';\nimport BaseMapWrapper from '../BaseMapWrapper';\nimport './logo.css';\nimport MapboxService from './map';\nexport default class MapboxWrapper extends BaseMapWrapper<\n Map & IMapboxInstance\n> {\n protected getServiceConstructor() {\n return MapboxService;\n }\n}\n"],"file":"index.js"}
\No newline at end of file