aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/google/GoogleMapView.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/maps/google/GoogleMapView.java')
-rw-r--r--main/src/cgeo/geocaching/maps/google/GoogleMapView.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/maps/google/GoogleMapView.java b/main/src/cgeo/geocaching/maps/google/GoogleMapView.java
index f43b6a4..9c134a4 100644
--- a/main/src/cgeo/geocaching/maps/google/GoogleMapView.java
+++ b/main/src/cgeo/geocaching/maps/google/GoogleMapView.java
@@ -189,4 +189,15 @@ public class GoogleMapView extends MapView implements MapViewImpl {
public boolean needsInvertedColors() {
return false;
}
+
+ @Override
+ public boolean hasMapThemes() {
+ // Not supported
+ return false;
+ }
+
+ @Override
+ public void setMapTheme() {
+ // Not supported
+ }
}