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

Method getTilt

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

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

()

Source from the content-addressed store, hash-verified

446 * https://developers.google.com/maps/documentation/javascript/reference/map#Map.getTilt
447 */
448 getTilt(): number | undefined {
449 this._assertInitialized();
450 return this.googleMap.getTilt();
451 }
452
453 /**
454 * See

Callers 1

google-map.spec.tsFile · 0.80

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected