summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers/location_indicator_layer_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/layers/location_indicator_layer_impl.cpp')
-rw-r--r--src/mbgl/style/layers/location_indicator_layer_impl.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mbgl/style/layers/location_indicator_layer_impl.cpp b/src/mbgl/style/layers/location_indicator_layer_impl.cpp
new file mode 100644
index 0000000000..90a37f4b47
--- /dev/null
+++ b/src/mbgl/style/layers/location_indicator_layer_impl.cpp
@@ -0,0 +1,12 @@
+#include <mbgl/style/layers/location_indicator_layer.hpp>
+#include <mbgl/style/layers/location_indicator_layer_impl.hpp>
+
+namespace mbgl {
+namespace style {
+
+bool LocationIndicatorLayer::Impl::hasLayoutDifference(const Layer::Impl&) const {
+ return false;
+}
+
+} // namespace style
+} // namespace mbgl