From 092da9c956de9d623c6f22d073ebb7dcb2f5a23f Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 14 Apr 2017 12:37:23 -0700 Subject: [core] Remove non-Map-dependent projection methods from Map --- include/mbgl/map/map.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/mbgl/map') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index c41bce6809..26ac154b8b 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -150,9 +150,6 @@ public: Size getSize() const; // Projection - double getMetersPerPixelAtLatitude(double lat, double zoom) const; - ProjectedMeters projectedMetersForLatLng(const LatLng&) const; - LatLng latLngForProjectedMeters(const ProjectedMeters&) const; ScreenCoordinate pixelForLatLng(const LatLng&) const; LatLng latLngForPixel(const ScreenCoordinate&) const; -- cgit v1.2.1