Ihave a bing map, and a two points :
Point1,Point2 and i want to calculate the distance between these two points? is that possible?
and if i want to put a circle on the two third of the path between point1 and point2 and near point2 …how can i make it?
Ihave a bing map, and a two points : Point1,Point2 and i want to
Share
See Haversine or even better the Vincenty formula how to solve this problem.
The following code uses haversines way to get the distance:
You can find a good site with infos here.