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

Method panTo

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

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

(latLng: google.maps.LatLng | google.maps.LatLngLiteral)

Source from the content-addressed store, hash-verified

362 * https://developers.google.com/maps/documentation/javascript/reference/map#Map.panTo
363 */
364 panTo(latLng: google.maps.LatLng | google.maps.LatLngLiteral) {
365 this._assertInitialized();
366 this.googleMap.panTo(latLng);
367 }
368
369 /**
370 * See

Callers 1

google-map.spec.tsFile · 0.80

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected