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

Method getProjection

src/google-maps/google-map/google-map.ts:430–433  ·  view source on GitHub ↗

* See * https://developers.google.com/maps/documentation/javascript/reference/map#Map.getProjection

()

Source from the content-addressed store, hash-verified

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

Callers 1

google-map.spec.tsFile · 0.80

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected