Hi,
I am binding the map to JSON data and want to update particular points on the fly. I see the addItem, setItem and removeItem methods, but they require an index. How do I find the particular index of a data object. I don't see a "rows" method or anything similar through which I can loop.
Thanks in advance
Bill
Hello,
Thanks for your post.
When exactly you want to update this points? When you binding the data, or when you add some items? Please give me more details about your approach.
I'm looking forward your reply.
I want to initially bind some data to the map, then as more data comes in I want to either add, update, or remove points dependent on the data. It is a web app that displays real time data.