It's that simple unless you want to account for latitude compression or obstacles. Latitude compression is usually negligible if the latitude bounds are small (<0.2 degrees), otherwise use great circle computation, which involves more calculation. Most nearness calculations are done "as the bird flies", but such calculations are not true if the path is limited to roadways or land, such as for cars, walking, or crossing rivers via bridges.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

