UNPKG

ng2-heremaps

Version:
29 lines 855 B
/** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ /** * @record */ export function IControlOptions() { } function IControlOptions_tsickle_Closure_declarations() { /** @type {?} */ IControlOptions.prototype.mapTypeControl; /** @type {?} */ IControlOptions.prototype.rotateControl; /** @type {?} */ IControlOptions.prototype.scaleControl; /** @type {?} */ IControlOptions.prototype.streetViewControl; /** @type {?} */ IControlOptions.prototype.zoomControl; /** @type {?} */ IControlOptions.prototype.enableDoubleClickZoom; /** @type {?} */ IControlOptions.prototype.draggable; /** @type {?} */ IControlOptions.prototype.keyboardShortcuts; /** @type {?} */ IControlOptions.prototype.scrollwheel; } //# sourceMappingURL=control-options.interface.js.map