fix(googlemaps): typo in GoogleMapsTileOverlayOptions (#589)

This commit is contained in:
SylvainGuittard 2016-09-27 10:51:04 -04:00 committed by Ibrahim Hadeed
parent 47112c7c24
commit be2c198259

View File

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