diff options
Diffstat (limited to 'main/src/cgeo/geocaching/maps/interfaces/MapViewImpl.java')
| -rw-r--r-- | main/src/cgeo/geocaching/maps/interfaces/MapViewImpl.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/maps/interfaces/MapViewImpl.java b/main/src/cgeo/geocaching/maps/interfaces/MapViewImpl.java index ad481cb..5481891 100644 --- a/main/src/cgeo/geocaching/maps/interfaces/MapViewImpl.java +++ b/main/src/cgeo/geocaching/maps/interfaces/MapViewImpl.java @@ -75,4 +75,13 @@ public interface MapViewImpl { Viewport getViewport(); + /** + * Indicates if the current map view supports different themes + * for map rendering + * + * @return true - supports custom themes, false - does not support custom themes + */ + boolean hasMapThemes(); + + void setMapTheme(); } |
