From be2c19825995854d32d40f8bfa57e3a9414aa8c4 Mon Sep 17 00:00:00 2001 From: SylvainGuittard Date: Tue, 27 Sep 2016 10:51:04 -0400 Subject: [PATCH] fix(googlemaps): typo in GoogleMapsTileOverlayOptions (#589) --- src/plugins/googlemaps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/googlemaps.ts b/src/plugins/googlemaps.ts index df98877c3d..47fd691309 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -731,7 +731,7 @@ export class GoogleMapsPolygon { * @private */ export interface GoogleMapsTileOverlayOptions { - titleUrlFormat?: string; + tileUrlFormat?: string; visible?: boolean; zIndex?: number; tileSize?: number;