I would like to be able to import a list of addresses from a spreadsheet or other data source into a maps.live.com.
I have not been able to locate the slightest clue on how to do this.
Any suggestions, directions, resources
Thanks!
Virtual Earth: Map Control Development
I would like to be able to import a list of addresses from a spreadsheet or other data source into a maps.live.com.
I have not been able to locate the slightest clue on how to do this.
Any suggestions, directions, resources
Thanks!
An idea would be to make a simple program that takes in a list of addresses from your spreadsheet. Then geocodes it (turns into lat/longs) using the VE api. Once you have the lat/longs for all the addresses you can then write an xml file that is in the form of geoRSS. This would be fairly easy to do.
There are several ways to geocode an address. One way is to use the VEfind method and then get the center of the map on call back. This will returna VELatLong.