Cancel an event on map native - ionic 3

0

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();
    
asked by Ivan More Flores 04.02.2018 в 07:45
source

0 answers