mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
fix(google-maps): remove type from GoogleMapsEvent constant
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user