diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-11-02 11:07:28 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-11-02 11:07:28 +0100 |
| commit | 7c95d28947a9ed8f003bfaef147f2fb72dc4b6ab (patch) | |
| tree | d1c1abf0ff3bb2b0d2296ca185a634d0c6ebcea5 /main/src/cgeo/geocaching/maps/google/v1/GoogleGeoPoint.java | |
| parent | 5dadcf6d74d5d73b6beb3883df219b69a2c337fb (diff) | |
| download | cgeo-7c95d28947a9ed8f003bfaef147f2fb72dc4b6ab.zip cgeo-7c95d28947a9ed8f003bfaef147f2fb72dc4b6ab.tar.gz cgeo-7c95d28947a9ed8f003bfaef147f2fb72dc4b6ab.tar.bz2 | |
rename package
The package not only contains the GeoPoint definition, but other
location related classes, too.
Diffstat (limited to 'main/src/cgeo/geocaching/maps/google/v1/GoogleGeoPoint.java')
| -rw-r--r-- | main/src/cgeo/geocaching/maps/google/v1/GoogleGeoPoint.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/maps/google/v1/GoogleGeoPoint.java b/main/src/cgeo/geocaching/maps/google/v1/GoogleGeoPoint.java index 2f540ad..7fbfac2 100644 --- a/main/src/cgeo/geocaching/maps/google/v1/GoogleGeoPoint.java +++ b/main/src/cgeo/geocaching/maps/google/v1/GoogleGeoPoint.java @@ -1,6 +1,6 @@ package cgeo.geocaching.maps.google.v1; -import cgeo.geocaching.geopoint.Geopoint; +import cgeo.geocaching.location.Geopoint; import cgeo.geocaching.maps.interfaces.GeoPointImpl; import com.google.android.maps.GeoPoint; |
