summaryrefslogtreecommitdiff
path: root/platform/node/src/node_map.hpp
diff options
context:
space:
mode:
authorbsudekum <bobby@mapbox.com>2017-01-03 13:12:57 -0800
committerbsudekum <bobby@mapbox.com>2017-01-03 13:12:57 -0800
commitc011189f712565e4813eedb532e7f81b73c62f39 (patch)
treea425ef25e96773d248572d541d1d58abe934b683 /platform/node/src/node_map.hpp
parent561694a878c0499c08bd036d0a902e296be8a1d7 (diff)
downloadqtlocation-mapboxgl-c011189f712565e4813eedb532e7f81b73c62f39.tar.gz
Add annotation apiupstream/bs-annotation-node
Diffstat (limited to 'platform/node/src/node_map.hpp')
-rw-r--r--platform/node/src/node_map.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/node/src/node_map.hpp b/platform/node/src/node_map.hpp
index c68f543b02..4600bd5986 100644
--- a/platform/node/src/node_map.hpp
+++ b/platform/node/src/node_map.hpp
@@ -61,6 +61,8 @@ public:
std::unique_ptr<mbgl::OffscreenView> view;
NodeThreadPool threadpool;
std::unique_ptr<mbgl::Map> map;
+ std::vector<mbgl::AnnotationID> annotationIDs;
+ std::vector<std::string> annotationIconNames;
std::exception_ptr error;
mbgl::PremultipliedImage image;