fixed getTileUrl method signature of ImageMapTypeOptions interface

This commit is contained in:
Dmitrij Koniajev
2013-10-05 18:25:36 +03:00
parent b64710bdf5
commit f66d407c43

View File

@@ -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;