diff options
Diffstat (limited to 'main/src/cgeo/geocaching/IGeoData.java')
| -rw-r--r-- | main/src/cgeo/geocaching/IGeoData.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/IGeoData.java b/main/src/cgeo/geocaching/IGeoData.java index 9696b27..252fd4f 100644 --- a/main/src/cgeo/geocaching/IGeoData.java +++ b/main/src/cgeo/geocaching/IGeoData.java @@ -9,6 +9,9 @@ public interface IGeoData { public Location getLocation(); public LocationProviderType getLocationProvider(); + + public boolean isPseudoLocation(); + public Geopoint getCoords(); public double getAltitude(); public float getBearing(); @@ -17,5 +20,4 @@ public interface IGeoData { public boolean getGpsEnabled(); public int getSatellitesVisible(); public int getSatellitesFixed(); - } |
