MCPcopy Index your code
hub / github.com/angular/components / getCenter

Method getCenter

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

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

()

Source from the content-addressed store, hash-verified

221 * developers.google.com/maps/documentation/javascript/reference/polygon#Circle.getCenter
222 */
223 getCenter(): google.maps.LatLng | null {
224 this._assertInitialized();
225 return this.circle.getCenter();
226 }
227
228 /**
229 * @see

Callers 1

map-circle.spec.tsFile · 0.45

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected