mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Merge pull request #17116 from futurizing/patch-1
Correct `getBounds()`'s return type on `Map` class for googlemaps
This commit is contained in:
Vendored
+1
-1
@@ -32,7 +32,7 @@ declare namespace google.maps {
|
||||
export class Map extends MVCObject {
|
||||
constructor(mapDiv: Element|null, opts?: MapOptions);
|
||||
fitBounds(bounds: LatLngBounds|LatLngBoundsLiteral): void;
|
||||
getBounds(): LatLngBounds;
|
||||
getBounds(): LatLngBounds|null|undefined;
|
||||
getCenter(): LatLng;
|
||||
getDiv(): Element;
|
||||
getHeading(): number;
|
||||
|
||||
Reference in New Issue
Block a user