search list of addresses

is there any function that takes a list of addresses then returns a map contants all the addresses on it with push pins


Answer this question

search list of addresses

  • curiousss

    I do not believe the API currently allows you to submit an array of addresses as a search parameter. You'd need to write some manner of a proxying method that would Find() each individual address and then translate each of the VEFindResult objects into individual pins by lat/lon.
  • Nate00

    I believe Jared is right (as best I can tell)
    see the code example I posted in one of the other threads
    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=751986&SiteID=1

    for how to combine a geocoder with VE pin functions.

    hope this helps - would love to do it all in VE w/o any other API calls or pesky keys...


  • search list of addresses