(label: string | google.maps.MarkerLabel)
| 80 | */ |
| 81 | @Input() |
| 82 | set label(label: string | google.maps.MarkerLabel) { |
| 83 | this._label = label; |
| 84 | } |
| 85 | private _label!: string | google.maps.MarkerLabel; |
| 86 | |
| 87 | /** |
no outgoing calls
no test coverage detected