ng2-heremaps
Version:
Here Maps for Angular 6
29 lines • 855 B
JavaScript
/**
* @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