View Single Post

  #2 (permalink)  
Old 01-09-2007
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
Re: findnearby pushpins

Hi,

You ask a lot of questions Let's see.

Quote:
structured in 20 pushpin groups. Furthermore i have a dataset of 5,000 addresses. Now i want to receive the distance (as the crow flies) from each address to the closest pushpin of each pushpin group.
Keep in your application a linked list per pushpin group. Keep them in a structure or class that also holds the latitude and longitude. Then you can do easy this calculation in your own application if you only need the distance to the birds eye of view.

Quote:
How can i address the different pushpin groups
I dont understeand this question. Can you please clarify ? You can hold each group in a separate linked list.

Quote:
how can i receive the distance and the name of the closest pushpin of each pushpin group?
Dont understeand this eather
Reply With Quote