From cf75a534383bae69bdce6be717744e8878d160ea Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Sun, 4 Dec 2016 11:54:13 -0500 Subject: [PATCH] feat(googlemap): add disableAutoPan to GoogleMapsMarkerOptions closes #844 --- src/plugins/googlemap.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/googlemap.ts b/src/plugins/googlemap.ts index d7058a2b9..20269a5f4 100644 --- a/src/plugins/googlemap.ts +++ b/src/plugins/googlemap.ts @@ -493,6 +493,7 @@ export interface GoogleMapsMarkerOptions { styles?: any; animation?: string; zIndex?: number; + disableAutoPan?: boolean; } /**