Closed JeanRoldanDev closed 5 years ago
marker.remove()
You need to hold marker instance by yourself.
ping
I can not find a way to do it, some example with typescrip, please
I prefer the person who do your best before asking.
let marker: Marker = this.map.addMarkerSync({
title: 'Ionic',
icon: 'blue',
animation: 'DROP',
position: {
lat: 43.0741904,
lng: -89.3809802
}
});
marker.remove();
I want to delete a bookmark and I only find the option to clean the map and reload the entire array