Display multiple markers and get information from the same API no matter which marker is clicked. (Register the function to fetch in the event handler.)
After a marker is clicked and a fetch is started, we want to cancel the previously started fetch before another marker is clicked and another fetch is started.
I would prefer to use AbortController for the standard function.
I would like to make the implementation as simple as possible. What is your policy?
Display multiple markers and get information from the same API no matter which marker is clicked. (Register the function to fetch in the event handler.)
After a marker is clicked and a fetch is started, we want to cancel the previously started fetch before another marker is clicked and another fetch is started.
I would prefer to use AbortController for the standard function.
I would like to make the implementation as simple as possible. What is your policy?







