If you already have the two numbers in degress that are between 0 and 360...
int iDiff = Math.abs( degree1 - degree2 ); If you need to find them from points or latitude/longitude, then you are entering into linear math and you would need to look at things like: http://chortle.ccsu.edu/VectorLessons/vectorIndex.html Steven Studio LFP http://www.studio-lfp.com -- 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

