mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
fix(google-maps): remove type from GoogleMapsEvent constant
This commit is contained in:
parent
abb77e3e08
commit
4639bf9a94
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user