Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zherr/antipodes

This is an Android application that finds the exact opposite point on the planet in relation to your location.
https://github.com/zherr/antipodes

Last synced: 26 days ago
JSON representation

This is an Android application that finds the exact opposite point on the planet in relation to your location.

Awesome Lists containing this project

README

        


Antipodes

Zachary Herr

10/21/12

Android 2 - Using Location

Dr. Honig

This project was made using Android's 'LocationActivity' example,
demonstrating the use of location by GPS and data networks.

What this application attempts to do is find the **exact**
opposite location on earth in relation to your current
location, which are called antipodal points. This is derived
simply by negating the latitudinal point and taking the
absolute value of the longitudinal point and subtracting it
from 180 degrees (you will see this in the code).

One particular point I'd like to make is that since we are
in the Midwest, most of our antipodes are going to be in the
middle of the Indian ocean, so the Geocoder will not be able
to map it to any particular point. But it will still give you
the point!

This project will be uploaded for sharing on Github at:
https://github.com/zherr/Antipodes