summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/feature_index.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/geometry/feature_index.hpp')
-rw-r--r--src/mbgl/geometry/feature_index.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mbgl/geometry/feature_index.hpp b/src/mbgl/geometry/feature_index.hpp
index 0cb9a891d7..a0afbb885a 100644
--- a/src/mbgl/geometry/feature_index.hpp
+++ b/src/mbgl/geometry/feature_index.hpp
@@ -14,6 +14,7 @@ namespace mbgl {
class Style;
class CollisionTile;
enum class TranslateAnchorType : bool;
+class CanonicalTileID;
class IndexedSubfeature {
public:
@@ -38,6 +39,7 @@ public:
const double scale,
const optional<std::vector<std::string>>& layerIDs,
const GeometryTile&,
+ const CanonicalTileID&,
const Style&) const;
static optional<GeometryCollection> translateQueryGeometry(
@@ -58,6 +60,7 @@ private:
const GeometryCollection& queryGeometry,
const optional<std::vector<std::string>>& filterLayerIDs,
const GeometryTile&,
+ const CanonicalTileID&,
const Style&,
const float bearing,
const float pixelsToTileUnits) const;