Topic: How to remove a specific marker by script

When I'm creating markers , I can't find a way to retrieve them later for removing specific ones (either by label or index)
How can I retrieve them?

Re: How to remove a specific marker by script

Hello.

OnlineMaps.RemoveMarker or OnlineMaps.RemoveMarkerAt.
http://infinity-code.com/doxygen/online … 705fd818b2

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: How to remove a specific marker by script

I was meaning if there was a way to retrieve index or labels, but I've made with OnlineMapsMarker smile
thanks anyway