From 4639bf9a945ce62e9ea5ddb15231a39adf73dfab Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Tue, 17 Oct 2017 17:37:15 -0400 Subject: [PATCH] fix(google-maps): remove type from GoogleMapsEvent constant --- src/@ionic-native/plugins/google-maps/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/google-maps/index.ts b/src/@ionic-native/plugins/google-maps/index.ts index a1154245b3..72965e1e48 100644 --- a/src/@ionic-native/plugins/google-maps/index.ts +++ b/src/@ionic-native/plugins/google-maps/index.ts @@ -443,7 +443,7 @@ export class VisibleRegion implements ILatLngBounds { * @hidden * You can listen to these events where appropriate */ -export const GoogleMapsEvent: { [eventName: string]: string; } = { +export const GoogleMapsEvent = { MAP_READY: 'map_ready', MAP_LOADED: 'map_loaded', MAP_CLICK: 'map_click',