* See * https://developers.google.com/maps/documentation/javascript/reference/map#Map.getProjection
()
| 428 | * https://developers.google.com/maps/documentation/javascript/reference/map#Map.getProjection |
| 429 | */ |
| 430 | getProjection(): google.maps.Projection | null { |
| 431 | this._assertInitialized(); |
| 432 | return this.googleMap.getProjection() || null; |
| 433 | } |
| 434 | |
| 435 | /** |
| 436 | * See |
no test coverage detected