If memory serves, MapPoint can make that kind of 'maximum driving distance
of ... miles (km), from a point' (which can be a postal code), but you get
it through the UI, or by using VBA, and the result is graphical, over
MapPoint map. If the OP uses MapPoint (as application or its COM-control),
then that is a matter to use automation, if not, an additionnal question is
'and in what format do you want the answer' ? I haven't much experience
with the specifics involved, so I can't really be more useful in that
matter, though.
Vanderghast, Access MVP
Peter Duniho said:
Where would I go to learn how a radius search using a zip code?
I've got a customer that wants to allow clients to search for businesses
within 5, 10, 20, or 50 miles.
Are radius calculations performed using known formulas?
The math isn't a problem. I just don't know how to go about it.
I believe the most common way to perform this search is to use the Great
Circle calculation. [...]
Or, more precisely, "_a_ great circle calculation". Because the planet
isn't a mathematically perfect shape, there is no mathematical formula
that gives an _exact_ answer to the question of "distance between two
points on Earth". But there are a number of variations on estimating that
number, depending on the degree of precision one requires. Pick the one
that seems more appropriate for your purposes.
I agree with Jeff...the original question is unclear. If the math isn't
the problem, then what is? And how is it a C# question?
Pete