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