* See * developers.google.com/maps/documentation/javascript/reference/marker#Marker.getLabel
()
| 403 | * developers.google.com/maps/documentation/javascript/reference/marker#Marker.getLabel |
| 404 | */ |
| 405 | getLabel(): google.maps.MarkerLabel | string | null { |
| 406 | this._assertInitialized(); |
| 407 | return this.marker.getLabel() || null; |
| 408 | } |
| 409 | |
| 410 | /** |
| 411 | * See |
nothing calls this directly
no test coverage detected