diff --git a/src/plugins/googlemap.ts b/src/plugins/googlemap.ts index 06169b887..775a10f3f 100644 --- a/src/plugins/googlemap.ts +++ b/src/plugins/googlemap.ts @@ -656,7 +656,7 @@ export class GoogleMapsCircle { export interface GoogleMapsPolylineOptions { points?: Array; visible?: boolean; - googledesic?: boolean; + geodesic?: boolean; color?: string; width?: number; zIndex?: number;