mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1115 from dimchansky/google-maps-fix
fixed getTileUrl method signature of ImageMapTypeOptions interface
This commit is contained in:
Vendored
+1
-1
@@ -866,7 +866,7 @@ declare module google.maps {
|
||||
|
||||
export interface ImageMapTypeOptions {
|
||||
alt?: string;
|
||||
getTileUrl: (Point: number) => string;
|
||||
getTileUrl: (tileCoord: Point, zoom: number) => string;
|
||||
maxZoom?: number;
|
||||
minZoom?: number;
|
||||
name?: string;
|
||||
|
||||
Reference in New Issue
Block a user