diff --git a/src/plugins/googlemap.ts b/src/plugins/googlemap.ts index 20269a5f4..83b33ccb7 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; } /**