aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/IGeoData.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix #374, store last known locationrsudev2012-06-231-1/+3
| | | | Store map center on leave (for all maps) and use it if no reliable location comes in through the GeoProvider
* Revert "Merge branch 'issue-374' into upstream"Samuel Tardieu2012-06-071-1/+1
| | | | | This reverts commit 8f265e5057f255352784643e10b44e69744a4cf2, reversing changes made to 79a0ad18f555acf4deb26f15eea739a64e11669b.
* Make IGeoData a ICoordinatesSamuel Tardieu2012-06-071-1/+1
| | | | It implements the required interface. Part of work on #374.
* Remove Now from methods of IGeoDataSamuel Tardieu2012-04-271-5/+5
|
* Add GPS enabled information to the IGeoData interfaceSamuel Tardieu2012-04-271-0/+1
|
* Define an interface from geographical dataSamuel Tardieu2012-04-271-0/+20
This interface copies the existing methods and may be refined in the future.