ng2-heremaps
Version:
Here Maps for Angular 6
19 lines • 519 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
/**
* @record
*/
export function PolylineOptions() { }
function PolylineOptions_tsickle_Closure_declarations() {
/** @type {?|undefined} */
PolylineOptions.prototype.strokeColor;
/** @type {?|undefined} */
PolylineOptions.prototype.fillColor;
/** @type {?|undefined} */
PolylineOptions.prototype.lineWidth;
/** @type {?} */
PolylineOptions.prototype.path;
}
//# sourceMappingURL=polyline-options.js.map