Hi,
I have some code that batches addresses with 5 miles of each other. This is done by looping through a list of address and calculating the line of site distance between the first address and the remaining addresses. The first address in the list, along with any matching address are then put into another list.
Once I have the addresses batched, I want to be abe to calculate the centre of the batch. At the moment I'm using the first address, however I would like some better accuracy. As I have the lat/lon's can I use a mathematical function for this?
Mark