summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/feature_index.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-08-12 12:19:45 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-08-24 13:06:23 -0700
commitd26559bb28b0b1803730cc52c92a0747ddc172e7 (patch)
treee0e6a1e717ccb36a0318541ead84fdebf4dad878 /src/mbgl/geometry/feature_index.hpp
parente706ed4b2ee8d73e17146b33b2c91463b7186777 (diff)
downloadqtlocation-mapboxgl-d26559bb28b0b1803730cc52c92a0747ddc172e7.tar.gz
[core] Avoid GeometryTile dependency in FeatureIndex
Diffstat (limited to 'src/mbgl/geometry/feature_index.hpp')
-rw-r--r--src/mbgl/geometry/feature_index.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mbgl/geometry/feature_index.hpp b/src/mbgl/geometry/feature_index.hpp
index 380546c794..2ae7da33df 100644
--- a/src/mbgl/geometry/feature_index.hpp
+++ b/src/mbgl/geometry/feature_index.hpp
@@ -11,7 +11,6 @@
namespace mbgl {
-class GeometryTile;
class RenderedQueryOptions;
class RenderLayer;
@@ -44,7 +43,7 @@ public:
const CanonicalTileID&,
const std::vector<const RenderLayer*>&,
const CollisionTile*,
- const GeometryTile& tile) const;
+ const float additionalQueryRadius) const;
static optional<GeometryCoordinates> translateQueryGeometry(
const GeometryCoordinates& queryGeometry,