diff --git a/src/plugins/googlemaps.ts b/src/plugins/googlemaps.ts index 07122f814..f993a07bb 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -589,7 +589,6 @@ export interface GoogleMapsPolylineOptions { googledesic: boolean; color: string; width: number; - visible: boolean; zIndex: number; } export class GoogleMapsPolyline {