I need to cancel the event:
this.map.on(GoogleMapsEvent.MAP_DRAG_END).subscribe(() => {
console.log('Move Map')
})
try it with clear but it does not work or the .off that does not work on ionic:
this.map.clear();
I need to cancel the event:
this.map.on(GoogleMapsEvent.MAP_DRAG_END).subscribe(() => {
console.log('Move Map')
})
try it with clear but it does not work or the .off that does not work on ionic:
this.map.clear();