From c5b95032a5cb9d3c7c39a7a74656f33de1c68d6e Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 14 Oct 2015 18:08:02 -0700 Subject: [core] Annotation refactor --- include/mbgl/util/geo.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/mbgl/util/geo.hpp') diff --git a/include/mbgl/util/geo.hpp b/include/mbgl/util/geo.hpp index 1f073ded8f..307134f666 100644 --- a/include/mbgl/util/geo.hpp +++ b/include/mbgl/util/geo.hpp @@ -1,6 +1,8 @@ #ifndef MBGL_UTIL_GEO #define MBGL_UTIL_GEO +#include + namespace mbgl { class TileID; @@ -14,6 +16,8 @@ struct LatLng { // Constructs a LatLng object with the top left position of the specified tile. LatLng(const TileID& id); + + vec2 project() const; }; struct ProjectedMeters { -- cgit v1.2.1