MCPcopy Create free account
hub / github.com/angular/components / getRadius

Method getRadius

src/google-maps/map-circle/map-circle.ts:250–253  ·  view source on GitHub ↗

* @see * developers.google.com/maps/documentation/javascript/reference/polygon#Circle.getRadius

()

Source from the content-addressed store, hash-verified

248 * developers.google.com/maps/documentation/javascript/reference/polygon#Circle.getRadius
249 */
250 getRadius(): number {
251 this._assertInitialized();
252 return this.circle.getRadius();
253 }
254
255 /**
256 * @see

Callers 2

map-circle.spec.tsFile · 0.80
editableCircleChangedMethod · 0.80

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected