UNPKG

ng2-heremaps

Version:
23 lines 639 B
/** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ /** * @record */ export function MarkerOptions() { } function MarkerOptions_tsickle_Closure_declarations() { /** @type {?|undefined} */ MarkerOptions.prototype.position; /** @type {?|undefined} */ MarkerOptions.prototype.title; /** @type {?|undefined} */ MarkerOptions.prototype.visible; /** @type {?|undefined} */ MarkerOptions.prototype.zIndex; /** @type {?|undefined} */ MarkerOptions.prototype.icon; /** @type {?|undefined} */ MarkerOptions.prototype.label; } //# sourceMappingURL=marker-options.js.map