Skip to content

Commit

Permalink
fix(googlemaps): typo in GoogleMapsTileOverlayOptions (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainGuittard authored and ihadeed committed Sep 27, 2016
1 parent 47112c7 commit be2c198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/googlemaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ export class GoogleMapsPolygon {
* @private
*/
export interface GoogleMapsTileOverlayOptions {
titleUrlFormat?: string;
tileUrlFormat?: string;
visible?: boolean;
zIndex?: number;
tileSize?: number;
Expand Down

0 comments on commit be2c198

Please sign in to comment.