* See * https://developers.google.com/maps/documentation/javascript/reference/map#Map.panTo
(latLng: google.maps.LatLng | google.maps.LatLngLiteral)
| 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 |
no test coverage detected