refractor(googlemaps): fix typo in GoogleMapsTileOverlayOptions

This commit is contained in:
Ibrahim Hadeed 2016-09-25 15:29:03 -04:00
parent 3266d21ba4
commit f36b1c03cb
No known key found for this signature in database
GPG Key ID: 0431793F665481A4

View File

@ -872,7 +872,7 @@ export class GoogleMapsPolygon {
* @private
*/
export interface GoogleMapsTileOverlayOptions {
titleUrilFormat?: string;
titleUrlFormat?: string;
visible?: boolean;
zIndex?: number;
tileSize?: number;