mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +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
|
* @hidden
|
||||||
* You can listen to these events where appropriate
|
* You can listen to these events where appropriate
|
||||||
*/
|
*/
|
||||||
export const GoogleMapsEvent: { [eventName: string]: string; } = {
|
export const GoogleMapsEvent = {
|
||||||
MAP_READY: 'map_ready',
|
MAP_READY: 'map_ready',
|
||||||
MAP_LOADED: 'map_loaded',
|
MAP_LOADED: 'map_loaded',
|
||||||
MAP_CLICK: 'map_click',
|
MAP_CLICK: 'map_click',
|
||||||
|
Loading…
Reference in New Issue
Block a user