I have about 1600 addresses that I need to plot on my map. I don't want to geocode at run time, because I believe it will take too long. Instead, I would like to geocode the addresses in advance, add their Lat/Long values to a table, and read from the table at run time. Unfortunately, I cannot figure out how/where to geocode a batch of addresses. Will one of you explain it to me and/or point me to a good tutorial?
Thanks in advance.