UNPKG

ng2-heremaps

Version:
25 lines (24 loc) 1.17 kB
import { BaseMapsApiLoader, LAZY_LOADER_OPTIONS } from './loaders/base-maps-api-loader'; import { LazyMapsApiLoader } from './loaders/lazy-maps-api-loader'; export { HereMapsManager } from './services/maps-manager'; import { IZoomLevel } from './services/zoom-level.type'; export { IZoomLevel }; import { IAnimation } from './services/zoom-level.type'; export { IAnimation }; /** * The following list shows the approximate level of detail * you can expect to see at each zoom level */ export declare const ZoomLevel: IZoomLevel; /** * Animations that can be played on a marker. * @see https://developers.google.com/maps/documentation/javascript/reference?hl=ru#Animation */ export declare const Animation: IAnimation; export { BaseMapsApiLoader, LazyMapsApiLoader, LAZY_LOADER_OPTIONS }; export { NoopMapsApiLoader } from './loaders/noop-maps-api-loader'; export { LatLng, GeoPoint } from './interface/lat-lng'; export { MarkerOptions } from './interface/marker-options'; export { PolylineOptions } from './interface/polyline-options'; export { MapUIService } from './services/map-ui.service'; export { IControlOptions } from './interface/control-options.interface';