diff --git a/src/plugins/googlemap.ts b/src/plugins/googlemap.ts
index 20269a5f..83b33ccb 100644
--- a/src/plugins/googlemap.ts
+++ b/src/plugins/googlemap.ts
@@ -494,6 +494,8 @@ export interface GoogleMapsMarkerOptions {
   animation?: string;
   zIndex?: number;
   disableAutoPan?: boolean;
+  markerClick?: Function;
+  infoClick?: Function;
 }
 
 /**