aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/google/GoogleCacheOverlayItem.java
Commit message (Collapse)AuthorAgeFilesLines
* Move Google maps v1 files to package cgeo.geocaching.maps.google.v1Samuel Tardieu2014-07-301-30/+0
| | | | | Hopefully this will make someone motivated to create the .v2 alternative.
* fix #2725: Circles on the map only around physical stagesBananeweizen2013-05-251-6/+5
|
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+2
| | | | This was requested by SammysHP.
* Refactoring: use IWaypoint and cgCache instead of cgCoord objectSamuel Tardieu2012-04-011-4/+4
| | | | | | | | | | | | | | Most of the time, the cgCoord is built from an existing cache or from an existing waypoint. And most of the time, using the IWaypoint interface is fine. We can see a cache as being a waypoint as well, so by making it implement IWaypoint we can manipulate IWaypoint objects every time we were manipulating cgCoord ones without copying. After this refactoring, cgCoord was only used to hold some partial cache information. cgCache can be used instead, and cgCoord is not needed anymore.
* Do not use deprecated methodsSamuel Tardieu2011-11-081-4/+5
|
* No direct access to fieldsblafoo2011-10-261-1/+1
|
* Renamed map classes to uppercasersudev2011-09-201-0/+28