Hey,
I'm trying to get dynamic push pins on a bings map based on a sharepoint list. My way of thinking is making a dynamic table and replacing the latitude and longitude based on the table or sharepoint list. The format for a pushpin is:
pp=latitude,longitude;1;name
Getting a dynamic table however is hard and I can't figure out how to do it. Can someone show some example codes?