Answered Multiple markers from an XML array

  • Sunday, March 25, 2012 9:37 PM
     
     
    hi. It's my first time working on bing maps. I have an xml array with coordinates for about 30 hotel results per page. I need to drop a pin on the map for each of them. Any suggestions where I should start looking? I know javascript and php but no silverlight etc experience. thanks

All Replies

  • Monday, March 26, 2012 3:34 PM
    Owner
     
     Answered
    This will depend on the format of your XML file. If you are using a standard XML shema such as GeoRSS or GPX then you can use a premade module available here: http://bingmapsv7modules.codeplex.com/ If you are using a custom XML shema then take a look at the code for the GeoRSS module and use that to as a guide to build your own.

    http://rbrundritt.wordpress.com