mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
refractor(googlemaps): fix typo in GoogleMapsTileOverlayOptions
This commit is contained in:
parent
3266d21ba4
commit
f36b1c03cb
@ -872,7 +872,7 @@ export class GoogleMapsPolygon {
|
|||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
export interface GoogleMapsTileOverlayOptions {
|
export interface GoogleMapsTileOverlayOptions {
|
||||||
titleUrilFormat?: string;
|
titleUrlFormat?: string;
|
||||||
visible?: boolean;
|
visible?: boolean;
|
||||||
zIndex?: number;
|
zIndex?: number;
|
||||||
tileSize?: number;
|
tileSize?: number;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user