Skip to content

Commit

Permalink
refractor(googlemaps): fix typo in GoogleMapsTileOverlayOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Sep 25, 2016
1 parent 3266d21 commit f36b1c0
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 @@ -872,7 +872,7 @@ export class GoogleMapsPolygon {
* @private
*/
export interface GoogleMapsTileOverlayOptions {
titleUrilFormat?: string;
titleUrlFormat?: string;
visible?: boolean;
zIndex?: number;
tileSize?: number;
Expand Down

0 comments on commit f36b1c0

Please sign in to comment.