summaryrefslogtreecommitdiff
path: root/platform/default/mbgl/gl/headless_frontend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/default/mbgl/gl/headless_frontend.hpp')
-rw-r--r--platform/default/mbgl/gl/headless_frontend.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/default/mbgl/gl/headless_frontend.hpp b/platform/default/mbgl/gl/headless_frontend.hpp
index 45586033b0..18f0cfa537 100644
--- a/platform/default/mbgl/gl/headless_frontend.hpp
+++ b/platform/default/mbgl/gl/headless_frontend.hpp
@@ -39,6 +39,9 @@ public:
bool hasLayer(const std::string&);
bool hasSource(const std::string&);
+ ScreenCoordinate pixelForLatLng(const LatLng&);
+ LatLng latLngForPixel(const ScreenCoordinate&);
+
PremultipliedImage readStillImage();
PremultipliedImage render(Map&);