ng2-heremaps
Version:
Here Maps for Angular 6
31 lines • 720 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
/**
* @record
*/
export function IZoomLevel() { }
function IZoomLevel_tsickle_Closure_declarations() {
/** @type {?} */
IZoomLevel.prototype.World;
/** @type {?} */
IZoomLevel.prototype.Continent;
/** @type {?} */
IZoomLevel.prototype.City;
/** @type {?} */
IZoomLevel.prototype.Streets;
/** @type {?} */
IZoomLevel.prototype.Buildings;
}
/**
* @record
*/
export function IAnimation() { }
function IAnimation_tsickle_Closure_declarations() {
/** @type {?} */
IAnimation.prototype.BOUNCE;
/** @type {?} */
IAnimation.prototype.DROP;
}
//# sourceMappingURL=zoom-level.type.js.map