From 78b3ec5b1f24a1c78ee8e80ef1c81ec6fd386e5d Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Wed, 23 Nov 2016 08:55:49 -0500 Subject: [PATCH] fix(googlemap): fix typoe googledesic to geodesic fixes #765 --- src/plugins/googlemap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/googlemap.ts b/src/plugins/googlemap.ts index 06169b8873..775a10f3fa 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;