* @see * developers.google.com/maps/documentation/javascript/reference/polygon#Circle.getBounds
()
| 212 | * developers.google.com/maps/documentation/javascript/reference/polygon#Circle.getBounds |
| 213 | */ |
| 214 | getBounds(): google.maps.LatLngBounds | null { |
| 215 | this._assertInitialized(); |
| 216 | return this.circle.getBounds(); |
| 217 | } |
| 218 | |
| 219 | /** |
| 220 | * @see |
nothing calls this directly
no test coverage detected