JMap.Map.clearFlashingLocations
Immediatly remove all flashed locations on the map that have been displayed using JMap.Map.flashLocation or JMap.Map.flashLocations
// flash a location indefinetlyJMap.Map.flashLocation({x:-74.178, y:46.0455})// clear all flashed locations after a timeout of 30 secondssetTimeout(()=>JMap.Map.clearFlashingLocations(), 30000) Copy
// flash a location indefinetlyJMap.Map.flashLocation({x:-74.178, y:46.0455})// clear all flashed locations after a timeout of 30 secondssetTimeout(()=>JMap.Map.clearFlashingLocations(), 30000)
JMap.Map.clearFlashingLocations
Immediatly remove all flashed locations on the map that have been displayed using JMap.Map.flashLocation or JMap.Map.flashLocations