From f5a8c176e160812b7350f88d7bc4d3014e3ec060 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Tue, 9 Jul 2013 21:53:53 +0200 Subject: Remove elevation handling Geocaches do not contain useful elevation information. We used to get it using Google API, but the information was not very useful because our handling of altitude was inconsistent. Also, the Google elevation API usage limits states that "the Elevation API may only be used in conjunction with displaying results on a Google map; using elevation data without displaying a map for which elevation data was requested is prohibited". This removes elevation handling completely, except in the settings to avoid getting in the way of the settings rewrite. The elevation related settings should be removed there instead when both works are merged. --- main/src/cgeo/geocaching/CacheDetailActivity.java | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'main/src/cgeo/geocaching/CacheDetailActivity.java') diff --git a/main/src/cgeo/geocaching/CacheDetailActivity.java b/main/src/cgeo/geocaching/CacheDetailActivity.java index 1b31463..9dffeb2 100644 --- a/main/src/cgeo/geocaching/CacheDetailActivity.java +++ b/main/src/cgeo/geocaching/CacheDetailActivity.java @@ -160,24 +160,9 @@ public class CacheDetailActivity extends AbstractViewPagerActivity