I am writing a vb application using mappoint and currently have it so that the user can enter an address, the map template i have created then zooms to the location on the map and adds a pushpin. I would like mappoint to then return the location of the nearest pushpin in a seperate dataset, is this possible.
I am currently using
objPushPin.Location.FindNearby(2).Item(1).Name
where objpushpin is the location the user has typed in, however this returns nearest places of interest (i.e. hotels, airports etc.) is it possible to have it locating nearest pushpins instead.
Thanks in advance for your help.
Dazzer