fix(google-maps): remove type from GoogleMapsEvent constant

This commit is contained in:
Ibby Hadeed 2017-10-17 17:37:15 -04:00
parent abb77e3e08
commit 4639bf9a94

View File

@ -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',