From f36b1c03cbaed2ddc71d4cbd02d55959d2267258 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Sun, 25 Sep 2016 15:29:03 -0400 Subject: [PATCH] refractor(googlemaps): fix typo in GoogleMapsTileOverlayOptions --- 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 08048f89..3f8f8d6c 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -872,7 +872,7 @@ export class GoogleMapsPolygon { * @private */ export interface GoogleMapsTileOverlayOptions { - titleUrilFormat?: string; + titleUrlFormat?: string; visible?: boolean; zIndex?: number; tileSize?: number;