UNPKG

ng2-bingmaps

Version:
15 lines (13 loc) 670 B
/** * ng2-bingmaps - Angular 2 components for Bing Maps * @version v0.2.0 * @link https://github.com/youjustgo/ng2-bingmaps * @license MIT */ export { MapsAPILoader } from './services/maps-api-loader/maps-api-loader'; export { NoOpMapsAPILoader } from './services/maps-api-loader/noop-maps-api-loader'; export { BingMapsAPIWrapper } from './services/bing-maps-api-wrapper'; export { MarkerManager } from './services/marker-manager'; export { InfoWindowManager } from './services/info-window-manager'; export { LazyMapsAPILoader, LazyMapsAPILoaderConfig, ScriptProtocol } from './services/maps-api-loader/lazy-maps-api-loader'; //# sourceMappingURL=services.js.map